# Functions
GenerateConfigDisabledFromString converts a string representation of if_disabled into the enum, returning an error if it is not set to one of the known values.
GenerateConfigExistsFromString converts a string representation of if_exists into the enum, returning an error if it is not set to one of the known values.
RemoteStateConfigToTerraformCode converts the arbitrary map that represents a remote state config into HCL code to configure that remote state.
WriteToFile will generate a new file at the given target path with the given contents.
# Constants
The default prefix to use for comments in the generated file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A comment that is added to the top of the generated file to indicate that this file was generated by Terragrunt.
# Structs
GenerateConfig is configuration for generating code.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
GenerateConfigDisabled is an enum to represent valid values for if_disabled.
GenerateConfigExists is an enum to represent valid values for if_exists.