Documentation ¶
Index ¶
- Constants
- type TerragruntParser
- func (p TerragruntParser) RetrieveTerraformVersionConstraintFromHCL(filePath string, conf *config.Config) (string, error)
- func (p TerragruntParser) RetrieveTerraformVersionConstraintFromJSON(filePath string, conf *config.Config) (string, error)
- func (p TerragruntParser) RetrieveTerragruntVersionConstraintFromHCL(filePath string, conf *config.Config) (string, error)
- func (p TerragruntParser) RetrieveTerragruntVersionConstraintFromJSON(filePath string, conf *config.Config) (string, error)
Constants ¶
View Source
const ( HCLName = "terragrunt.hcl" JSONName = "terragrunt.hcl.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerragruntParser ¶
type TerragruntParser struct {
// contains filtered or unexported fields
}
func Make ¶
func Make(parser *hclparse.Parser) TerragruntParser
func (TerragruntParser) RetrieveTerraformVersionConstraintFromHCL ¶
func (TerragruntParser) RetrieveTerraformVersionConstraintFromJSON ¶
func (TerragruntParser) RetrieveTerragruntVersionConstraintFromHCL ¶
func (TerragruntParser) RetrieveTerragruntVersionConstraintFromJSON ¶
Click to show internal directories.
Click to hide internal directories.