Skip to content

v1.157.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 30 Jan 17:01
· 22 commits to refs/heads/main since this release
75d6c46
Fixes and Improvements for `atmos terraform clean` @haitham911 (#870)

what

  • Fixes and Improvements for atmos terraform clean

  • Removed --everything flag

  • Added --force flag to bypass confirmation

  • Added integration tests to verify the functionality of atmos terraform clean

  • Adde tests for the following atmos terraform clean commands:

    • atmos terraform clean
    • atmos terraform clean <component>
    • atmos terraform clean -s `
  • Updated docs

why

  • Simplify usage of the atmos terraform clean command

  • The --everything flag is redundant as it represents the default behavior

  • Ensure the --force flag is supported in all cases to bypass confirmation prompts.
    image