Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Regions = []string{"us-east-1", "us-east-2", "us-west-1", "us-west-2"}
Functions ¶
Types ¶
type DeployConfig ¶ added in v0.4.0
type DeployConfig struct {
// UseCached, if true, tells DCE to use files already in the
// `~/.dce/.cache` folder
UseCached bool
// DeployLocalPath, if set, specifies a path from which to pull
// local resources
DeployLocalPath string
// BatchMode, if enabled, forces DCE to run non-interactively
// and supplies Terraform with -auto-approve and input=false
BatchMode bool
// TFInitOptions are options passed along to `terraform init`
TFInitOptions string
// TFApplyOptions are options passed along to `terraform apply`
TFApplyOptions string
// SaveTFOptions, if yes, will save the provided terraform options to the config file.
SaveTFOptions bool
}
DeployConfig holds configuration values for the `system deploy` command
type Terraform ¶ added in v0.4.0
type Terraform struct {
Bin *string
Source *string
TFInitOptions *string `yaml:"initOptions,omitempty"`
TFApplyOptions *string `yaml:"applyOptions,omitempty"`
}
Terraform contains configuration for the underlying terraform command used to provision the DCE infrastructure.
Click to show internal directories.
Click to hide internal directories.