Skip to content

Commit 6664523

Browse files
committed
update required provider versions
1 parent d8c38a5 commit 6664523

File tree

7 files changed

+20
-26
lines changed

7 files changed

+20
-26
lines changed

autogen/main/versions.tf.tmpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ terraform {
2424
required_providers {
2525
google = {
2626
source = "hashicorp/google"
27-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
27+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2828
}
2929
google-beta = {
3030
source = "hashicorp/google-beta"
31-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
31+
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
3232
}
3333
kubernetes = {
3434
source = "hashicorp/kubernetes"
@@ -46,13 +46,11 @@ terraform {
4646
required_providers {
4747
google = {
4848
source = "hashicorp/google"
49-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
50-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
49+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
5150
}
5251
google-beta = {
5352
source = "hashicorp/google-beta"
54-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
55-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
53+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
5654
}
5755
kubernetes = {
5856
source = "hashicorp/kubernetes"

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ terraform {
2020

2121
required_providers {
2222
google = {
23-
source = "hashicorp/google"
24-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
25-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
23+
source = "hashicorp/google"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
2625
}
2726
google-beta = {
28-
source = "hashicorp/google-beta"
29-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
30-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
27+
source = "hashicorp/google-beta"
28+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
3129
}
3230
kubernetes = {
3331
source = "hashicorp/kubernetes"

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ terraform {
2020

2121
required_providers {
2222
google = {
23-
source = "hashicorp/google"
24-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
25-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
23+
source = "hashicorp/google"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
2625
}
2726
google-beta = {
28-
source = "hashicorp/google-beta"
29-
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
30-
version = ">= 5.40.0, != 5.44.0, < 6.2.0, < 7"
27+
source = "hashicorp/google-beta"
28+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0, !=6.3.0"
3129
}
3230
kubernetes = {
3331
source = "hashicorp/kubernetes"

modules/beta-private-cluster-update-variant/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 = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
28+
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-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 = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
28+
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-public-cluster-update-variant/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 = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
28+
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-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 = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
24+
version = ">= 5.44.1, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0"
28+
version = ">= 5.44.0, < 7, !=6.0.0, !=6.0.1, !=6.1.0, !=6.2.0"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)