Skip to content

Commit 0364375

Browse files
feat(deps): Update Terraform Google Provider to v6 (major) (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent 5367df3 commit 0364375

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

examples/gh-runner-gke-dind-rootless/versions.tf

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616

1717
terraform {
1818
required_providers {
19-
# TODO: undo version constraint pending provider bug
20-
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
2119
google = {
22-
source = "hashicorp/google"
23-
version = ">= 4.3.0, < 5.44"
20+
source = "hashicorp/google"
2421
}
2522
google-beta = {
26-
source = "hashicorp/google-beta"
27-
version = ">= 4.3.0, < 5.44"
23+
source = "hashicorp/google-beta"
2824
}
2925
kubernetes = {
3026
source = "hashicorp/kubernetes"

examples/gh-runner-gke-dind/versions.tf

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616

1717
terraform {
1818
required_providers {
19-
# TODO: undo version constraint pending provider bug
20-
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
2119
google = {
22-
source = "hashicorp/google"
23-
version = ">= 4.3.0, < 5.44"
20+
source = "hashicorp/google"
2421
}
2522
google-beta = {
26-
source = "hashicorp/google-beta"
27-
version = ">= 4.3.0, < 5.44"
23+
source = "hashicorp/google-beta"
2824
}
2925
kubernetes = {
3026
source = "hashicorp/kubernetes"

examples/gh-runner-gke-simple/versions.tf

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616

1717
terraform {
1818
required_providers {
19-
# TODO: undo version constraint pending provider bug
20-
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
2119
google = {
22-
source = "hashicorp/google"
23-
version = ">= 4.3.0, < 5.44"
20+
source = "hashicorp/google"
2421
}
2522
google-beta = {
26-
source = "hashicorp/google-beta"
27-
version = ">= 4.3.0, < 5.44"
23+
source = "hashicorp/google-beta"
2824
}
2925
kubernetes = {
3026
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)