Documentation ¶
Index ¶
Constants ¶
View Source
const CommandShortName = "dce"
View Source
const CredentialsExport string = `export AWS_ACCESS_KEY_ID=%s
export AWS_SECRET_ACCESS_KEY=%s
export AWS_SESSION_TOKEN=%s`
View Source
const DCEBackendVersion = "0.23.0"
View Source
const DefaultConfigFileName string = "config.yaml"
View Source
const GithubAssetDownloadURLFormat string = "https://github.com/Optum/dce/releases/download/v%s/%s"
View Source
const GithubLatestAssetDownloadURL string = "https://github.com/Optum/dce/releases/latest/download/"
View Source
const GlobalTFTagDefaults string = `"Terraform":"True","AppName":"DCE","Source":"github.com/Optum/dce//modules"`
View Source
const PromptChangeConfigConfirmation string = "Is this correct? (yes/no)"
View Source
const TerraformBinDownloadURLFormat = "https://releases.hashicorp.com/terraform/%s/terraform_%s_%s_%s.zip"
View Source
const TerraformBinName = "terraform"
View Source
const TerraformBinVersion = "0.12.18"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶ added in v0.4.0
type ContextKey string
const ( DeployConfig ContextKey = ContextKey("deployConfig") DeployLogFile ContextKey = ContextKey("deployLogFile") )
Click to show internal directories.
Click to hide internal directories.