Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6 (major) (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Nov 5, 2024
1 parent 5367df3 commit 0364375
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
8 changes: 2 additions & 6 deletions examples/gh-runner-gke-dind-rootless/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@

terraform {
required_providers {
# TODO: undo version constraint pending provider bug
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
8 changes: 2 additions & 6 deletions examples/gh-runner-gke-dind/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@

terraform {
required_providers {
# TODO: undo version constraint pending provider bug
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
8 changes: 2 additions & 6 deletions examples/gh-runner-gke-simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@

terraform {
required_providers {
# TODO: undo version constraint pending provider bug
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 0364375

Please sign in to comment.