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] committed Sep 23, 2024
1 parent 011321d commit c0f9d38
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.3"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.4"
}
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.3"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.4"
}
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.3"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 6.4"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit c0f9d38

Please sign in to comment.