You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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