Skip to content

Commit 5cc58fe

Browse files
committed
fix(TPG6.17): fix autopilot
1 parent 4726ab2 commit 5cc58fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

autogen/main/versions.tf.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ terraform {
3434
required_providers {
3535
google = {
3636
source = "hashicorp/google"
37-
version = ">= 6.14.0, < 7"
37+
version = ">= 6.14.0, < 6.17"
3838
}
3939
google-beta = {
4040
source = "hashicorp/google-beta"
41-
version = ">= 6.14.0, < 7"
41+
version = ">= 6.14.0, < 6.17"
4242
}
4343
{% elif autopilot_cluster %}
4444
required_providers {
4545
google = {
4646
source = "hashicorp/google"
47-
version = ">= 6.14.0, < 7"
47+
version = ">= 6.14.0, < 6.17"
4848
}
4949
{% else %}
5050
required_providers {

modules/beta-autopilot-private-cluster/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 6.14.0, < 7"
24+
version = ">= 6.14.0, < 6.17"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 6.14.0, < 7"
28+
version = ">= 6.14.0, < 6.17"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-autopilot-public-cluster/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 6.14.0, < 7"
24+
version = ">= 6.14.0, < 6.17"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 6.14.0, < 7"
28+
version = ">= 6.14.0, < 6.17"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)