atmos terraform planfile delete
Delete Terraform plan files from the configured storage backend. The component is an optional positional argument and the stack can be specified via -s/--stack. By default, only planfiles for the current SHA are deleted. Use --all to delete all SHAs. Use --force to skip the interactive confirmation prompt.
Usage
atmos terraform planfile delete [component] [flags]
Arguments
[component]- Component name to delete planfiles for (optional). When omitted, operates on all components matching the stack filter.
Flags
--all- Delete planfiles for all SHAs (bypass SHA filter).
-f,--force- Skip confirmation prompt.
--store- Storage backend to use (default from config).