GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

fix: get_terraform_vars extra stdout output #903

Closed daniel-sanche closed 2 years ago

daniel-sanche commented 2 years ago

Sandbox deployments are currently failing due to unexpected output from the get_terraform_vars script.

It looks like gcloud was updated to be more verbose, writing extra text to stdout. Terraform expects this script to only print a JSON object, so I re-directed the output from gcloud commands

github-actions[bot] commented 2 years ago

Open in Cloud Shell You can also use the Stage Website Action if there were updates to the website.

Note: Open in Cloud Shell may not work properly if this PR contains changes to the custom Cloud Shell image

github-actions[bot] commented 2 years ago

⚠️ Error: only release PRs should be merged into main, feature PRs should use develop

See our Contributing Guide for more information.