Skip to content

Commit

Permalink
test 5.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Sep 24, 2024
1 parent b3eb0e8 commit 4a40a24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions autogen/main/versions.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ terraform {
google = {
source = "hashicorp/google"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand All @@ -71,7 +71,7 @@ terraform {
google = {
source = "hashicorp/google"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions modules/beta-autopilot-private-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ terraform {
google = {
source = "hashicorp/google"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions modules/beta-autopilot-public-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ terraform {
google = {
source = "hashicorp/google"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
# Workaround for https://github.com/hashicorp/terraform-provider-google/issues/19428
version = ">= 5.40.0, != 5.44.0, != 6.2.0, != 6.3.0, < 7"
version = ">= 5.40.0, != 5.44.0, <6, != 6.2.0, != 6.3.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 4a40a24

Please sign in to comment.