Skip to content

Commit c3e08ea

Browse files
authored
fix: auth module avoid TPG v4.50.0 (terraform-google-modules#1541)
1 parent 6253812 commit c3e08ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507
24-
version = ">= 4.47.0, != 4.49.0, < 5.0"
24+
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 5.0"
2525
}
2626
}
2727

test/fixtures/safer_cluster_iap_bastion/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
google = {
2121
source = "hashicorp/google"
2222
# Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507
23-
version = "!= 4.49.0"
23+
version = "!= 4.49.0, != 4.50.0"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)