Skip to main content

atmos terraform planfile show

Show metadata for a Terraform plan file from the configured storage backend. The component is specified as a positional argument and the stack via -s/--stack.

Experimental

Usage

atmos terraform planfile show <component> [flags]

Arguments

<component>
Component name to show planfile metadata for (required).

Flags

--format
Output format: yaml (default) or json.
--store
Storage backend to use (default from config).

Examples

# Show planfile metadata
atmos terraform planfile show vpc -s dev-us-east-1

# Show in JSON format
atmos terraform planfile show vpc -s dev-us-east-1 --format json

# Show from a specific store
atmos terraform planfile show vpc -s dev-us-east-1 --store s3