Terraform
terraform stacks configuration reference
Use the terraform stacks configuration
command to manage Stack configurations including listing, uploading, fetching, and monitoring.
Description
The terraform stacks configuration
command provides subcommands for managing Stack configurations. You can list configurations associated with a Stack, upload local configurations, fetch the latest configuration from VCS sources, and watch configuration progress.
Usage
terraform stacks <global-stacks-flags> configuration <subcommand>
Subcommands
list
- List configurations associated with the given stack.upload
- Upload the stack configuration in the current working directory.fetch
- Fetch the latest stack configuration from the VCS source.watch
- Watch the progress of a configuration.
Global flags
Refer to Global flags reference for information about flags you can use with all commands.