generate

package
v1.206.2 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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