Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTerragruntConfigPath = ".terragrunt"
Variables ¶
View Source
var ErrLockNotFound = fmt.Errorf("no Lock implementation found")
ErrLockNotFound is the error returned if no Lock implementation could be found for the specified name
Functions ¶
This section is empty.
Types ¶
type LockConfig ¶ added in v0.1.0
LockConfig represents generic configuration for Lock providers
type TerragruntConfig ¶
type TerragruntConfig struct { Lock locks.Lock RemoteState *remote.RemoteState }
TerragruntConfig represents a parsed and expanded configuration
func ReadTerragruntConfig ¶
func ReadTerragruntConfig(terragruntOptions *options.TerragruntOptions) (*TerragruntConfig, error)
ReadTerragruntConfig the Terragrunt config file from its default location
Click to show internal directories.
Click to hide internal directories.