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 2220316 commit 10c036aCopy full SHA for 10c036a
examples/minimal/versions.tf
@@ -1,7 +1,7 @@
1
terraform {
2
required_version = ">= 1.0.0"
3
required_providers {
4
- google = "~> 3.29.0"
+ google = "~> 3.29.0"
5
google-beta = "~> 3.29.0"
6
}
7
0 commit comments