Documentation
¶
Index ¶
Constants ¶
View Source
const REQUIRED_TERRAFORM_VERSION = "0.9.4"
Variables ¶
This section is empty.
Functions ¶
func WriteConfig ¶
Types ¶
type Config ¶
type Config struct { Variables map[string]Variable `json:"variable,omitempty"` Modules map[string]Module `json:"module,omitempty"` Outputs map[string]Output `json:"output,omitempty"` }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.