We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort of related to this issue #20
Coinbase has a great tool called landscape and makes the plan output a lot easier to read. It would be nice to be able to do something like this.
terraform plan | landscape | terraform-plan-parser
It currently fails with this message
{ "errors":[{ "code": "UNABLE_TO_FIND_STARTING_POSITION_WITHIN_STDOUT", "message": "Did not find magic starting string: \nTerraform will perform the following actions:\n" }], "changedResources":[], "changedDataSources":[] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sort of related to this issue #20
Coinbase has a great tool called landscape and makes the plan output a lot easier to read. It would be nice to be able to do something like this.
It currently fails with this message
The text was updated successfully, but these errors were encountered: