Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 v1.0.0 Apr 27, 2026 Changes in this version + const DefaultCommentPrefix + const ExistsErrorStr + const ExistsOverwriteStr + const ExistsOverwriteTerragruntStr + const ExistsSkipStr + const TerragruntGeneratedSignature + func RemoteStateConfigToTerraformCode(backend string, config map[string]interface{}) ([]byte, error) + func WriteToFile(terragruntOptions *options.TerragruntOptions, basePath string, ...) error + type GenerateConfig struct + CommentPrefix string + Contents string + Disable bool + DisableSignature bool + IfExists GenerateConfigExists + IfExistsStr string + Path string + type GenerateConfigExists int + const ExistsError + const ExistsOverwrite + const ExistsOverwriteTerragrunt + const ExistsSkip + const ExistsUnknown + func GenerateConfigExistsFromString(val string) (GenerateConfigExists, error) + type GenerateFileExistsError struct + func (err GenerateFileExistsError) Error() string + type UnknownGenerateIfExistsVal struct + func (err UnknownGenerateIfExistsVal) Error() string