Documentation ¶
Index ¶
Constants ¶
View Source
const TERRAGRUNT_CONFIG_FILE = ".terragrunt"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerragruntConfig ¶
type TerragruntConfig struct { DynamoDbLock *dynamodb.DynamoDbLock RemoteState *remote.RemoteState }
A common interface with all fields that could be in the .terragrunt config file.
func ReadTerragruntConfig ¶
func ReadTerragruntConfig() (*TerragruntConfig, error)
Read the Terragrunt config file from its default location
Click to show internal directories.
Click to hide internal directories.