config

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ConfigFilePath = ".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

type LockConfig struct {
	Backend string            `hcl:"backend"`
	Config  map[string]string `hcl:"config"`
}

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(filePath string) (*TerragruntConfig, error)

ReadTerragruntConfig the Terragrunt config file from its default location

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL