Skip to content

Commit 0ce1df6

Browse files
authored
fix: asm and auth allow TPGv6 (#2092)
1 parent 02ea221 commit 0ce1df6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/asm/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ terraform {
2626
google = {
2727
source = "hashicorp/google"
2828
# Avoid v4.49 and v4.50 for https://github.com/hashicorp/terraform-provider-google/issues/13507
29-
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 6"
29+
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 7"
3030
}
3131
google-beta = {
3232
source = "hashicorp/google-beta"
3333
# Avoid v4.49 and v4.50 for https://github.com/hashicorp/terraform-provider-google/issues/13507
34-
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 6"
34+
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 7"
3535
}
3636
}
3737

modules/auth/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
google = {
2222
source = "hashicorp/google"
2323
# Avoid v4.49 and v4.50 for https://github.com/hashicorp/terraform-provider-google/issues/13507
24-
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 6"
24+
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 7"
2525
}
2626
}
2727

0 commit comments

Comments
 (0)