Skip to content

Commit 58d16f5

Browse files
g-awmalikapeabody
andauthored
fix: upgraded versions.tf to include minor bumps from tpg v5 (#174)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent 72e9e42 commit 58d16f5

File tree

7 files changed

+8
-13
lines changed

7 files changed

+8
-13
lines changed

examples/kubectl_wrapper_example/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
terraform {
1818
required_providers {
1919
google = {
20-
source = "hashicorp/google"
21-
version = ">= 3.53, < 5.0"
20+
source = "hashicorp/google"
2221
}
2322
}
2423
required_version = ">= 0.13"

examples/script_example/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
source = "hashicorp/google"
22-
version = "~> 4.0"
21+
source = "hashicorp/google"
2322
}
2423
}
2524
}

examples/simple_example/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
source = "hashicorp/google"
22-
version = "~> 4.0"
21+
source = "hashicorp/google"
2322
}
2423
}
2524
}

modules/kubectl-fleet-wrapper/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 5.0"
23+
version = ">= 3.53, < 6"
2424
}
2525
}
2626

modules/kubectl-wrapper/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 5.0"
23+
version = ">= 3.53, < 6"
2424
}
2525
}
2626

test/setup/versions.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ terraform {
1818
required_version = ">= 0.13"
1919
required_providers {
2020
google = {
21-
source = "hashicorp/google"
22-
version = ">= 3.53.0, < 5.0"
21+
source = "hashicorp/google"
2322
}
2423
google-beta = {
25-
source = "hashicorp/google-beta"
26-
version = ">= 3.53.0, < 5.0"
24+
source = "hashicorp/google-beta"
2725
}
2826
}
2927
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 5.0"
23+
version = ">= 3.53, < 6"
2424
}
2525
external = {
2626
source = "hashicorp/external"

0 commit comments

Comments
 (0)