generate

package
v1.219.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2026 License: Apache-2.0 Imports: 12 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.
- 'required-providers' to generate a terraform_override.tf.json file with required_version and required_providers.
- '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
Package required_providers provides CLI commands for generating Terraform required_providers blocks.
Package required_providers provides CLI commands for generating Terraform required_providers blocks.

Jump to

Keyboard shortcuts

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