Skip to content

Commit 822bf34

Browse files
committed
change version constraint
1 parent b25e750 commit 822bf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/asm/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
google = {
2727
source = "hashicorp/google"
2828
# Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507
29-
version = ">= 4.47.0, != 4.49.0, < 5.0"
29+
version = ">= 4.47.0, < 4.49.0"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)