Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 05 Mar 23:20
9c9c79a
fix: filter out 'Switched to workspace' message in terraform output @Benbentwo (#68) ## what - `atmos terraform output ... -skip-init` runs `terraform workspace` && `terraform output` - When running and outputting to a file this leads to a json file similar to the following: ``` �[0m�[32mSwitched to workspace "foo-bar".�[0m { "bucket_arn": { ... } } ``` - This PR adds a simple grep line to ensure that switch is removed from the json file.

why

  • Bugfix issue with Error: invalid character '\x1b' looking for beginning of value