Skip to content

Commit 4957536

Browse files
authored
fix: Add support for 3.x provider to beta subnets module (#194)
1 parent 996b4f1 commit 4957536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/subnets-beta/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
terraform {
1818
required_version = "~> 0.12.6"
1919
required_providers {
20-
google-beta = "~> 2.19.0"
20+
google-beta = ">= 2.19.0, <4.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)