Documentation ¶
Overview ¶
Package terraform contains the utilities that's used for invoking terraform executable under the given directory with the given templates.
Index ¶
Constants ¶
View Source
const ( // StateFileName is the default name for Terraform state files. StateFileName string = "terraform.tfstate" // VarFileName is the default name for Terraform var file. VarFileName string = "terraform.tfvars" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package exec is glue between the vendored terraform codebase and installer.
|
Package exec is glue between the vendored terraform codebase and installer. |
plugins
Package plugins is collection of all the terraform plugins that are used/required by installer.
|
Package plugins is collection of all the terraform plugins that are used/required by installer. |
Click to show internal directories.
Click to hide internal directories.