We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b4f1 commit 4957536Copy full SHA for 4957536
modules/subnets-beta/versions.tf
@@ -17,6 +17,6 @@
17
terraform {
18
required_version = "~> 0.12.6"
19
required_providers {
20
- google-beta = "~> 2.19.0"
+ google-beta = ">= 2.19.0, <4.0.0"
21
}
22
0 commit comments