Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to >= 4.3.0, < 5.45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 1c87ebb commit bc458c1
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, < 5.45"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 5.45"
}
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, < 5.45"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 5.45"
}
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, < 5.45"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
version = ">= 4.3.0, < 5.45"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit bc458c1

Please sign in to comment.