Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent c86c2a4 commit c3460b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/gh-runner-gke-dind-rootless/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions examples/gh-runner-gke-dind/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions examples/gh-runner-gke-simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.9"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit c3460b2

Please sign in to comment.