-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump and specify Terraform provider versions (#1736)
#1723 is trying a major version bump of the Google Terraform providers, which changed the way GKE taints are defined, so I've done the bumps manually with the required changes. `terraform plan` shows it's adding some new `terraform_labels` to the Cloud Run services, with metadata about the Cloud Deploy pipeline which includes the current 'release-id' which hopefully isn't a problem when it changes outside of Terraform. I've also explicitly added the `required_providers` to the root modules (see the [best practices](https://developer.hashicorp.com/terraform/language/providers/requirements#best-practices-for-provider-versions)), so hopefully renovate-bot won't blindly do breaking changes in the future.
- Loading branch information
1 parent
c0e62fd
commit b374531
Showing
5 changed files
with
100 additions
and
52 deletions.
There are no files selected for viewing
53 changes: 29 additions & 24 deletions
53
deployment/terraform/environments/oss-vdb-test/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 30 additions & 24 deletions
54
deployment/terraform/environments/oss-vdb/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters