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
Currently Cloud Build will trigger builds on branches that are not an exact match:
Thankfully, the wrapper scripts protects against anything being applied:
Finished Step #0 - "setup" Starting Step #1 - "tf init" Step #1 - "tf init": Already have image (with digest): gcr.io/cft-cloudbuild-9c00/terraform Step #1 - "tf init": production doesn't match production2; skipping Step #1 - "tf init": non-production doesn't match production2; skipping Step #1 - "tf init": development doesn't match production2; skipping Step #1 - "tf init": refs doesn't match production2; skipping Step #1 - "tf init": objects doesn't match production2; skipping Step #1 - "tf init": logs doesn't match production2; skipping Step #1 - "tf init": info doesn't match production2; skipping Step #1 - "tf init": hooks doesn't match production2; skipping Step #1 - "tf init": branches doesn't match production2; skipping Step #1 - "tf init": production doesn't match production2; skipping Step #1 - "tf init": non-production doesn't match production2; skipping Step #1 - "tf init": development doesn't match production2; skipping
Although we should update the bootstrap module, to ensure that no build is triggered at all. Related to this issue:
terraform-google-modules/terraform-google-bootstrap#52
The text was updated successfully, but these errors were encountered:
Fixed by terraform-google-modules/terraform-google-bootstrap#53
Sorry, something went wrong.
No branches or pull requests
Currently Cloud Build will trigger builds on branches that are not an exact match:
Thankfully, the wrapper scripts protects against anything being applied:
Although we should update the bootstrap module, to ensure that no build is triggered at all. Related to this issue:
terraform-google-modules/terraform-google-bootstrap#52
The text was updated successfully, but these errors were encountered: