Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenerateCmd = &cobra.Command{ Use: "generate", Short: "Generate Terraform configuration files for Atmos components and stacks", Long: `The 'atmos terraform generate' command is used to generate Terraform configuration files for specific components and stacks within your Atmos setup. This command supports the following subcommands: - 'backend' to generate a backend configuration file for an Atmos component in a stack. - 'backends' to generate backend configuration files for all Atmos components in all stacks. - 'varfile' to generate a variable file (varfile) for an Atmos component in a stack. - 'varfiles' to generate varfiles for all Atmos components in all stacks. - 'planfile' to generate a planfile for an Atmos component in a stack. - 'files' to generate files from the generate section for an Atmos component.`, Args: cobra.NoArgs, FParseErrWhitelist: struct{ UnknownFlags bool }{UnknownFlags: false}, }
GenerateCmd is the parent command for all terraform generate subcommands. It is exported so the terraform package can add it as a subcommand.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.