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 130ebf6 commit 12c6289Copy full SHA for 12c6289
.gitignore
@@ -1,5 +1,6 @@
1
# Local .terraform directories
2
**/.terraform/*
3
+**/.terraform.lock.hcl
4
5
# .tfstate files
6
*.tfstate
@@ -37,3 +38,6 @@ terratest.tf.json
37
38
39
# Ignore makefile
40
ops-makefile
41
+
42
+# vim
43
+*.sw[po]
versions.tf
@@ -2,6 +2,6 @@
terraform {
required_version = ">= 1.0.0"
required_providers {
- google = ">= 4.6.0"
+ google = ">= 4.0"
}
7
0 commit comments