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 b32ea24 commit 91d92ffCopy full SHA for 91d92ff
versions.tf
@@ -0,0 +1,7 @@
1
+
2
+terraform {
3
+ required_version = "~> 0.12"
4
+ required_providers {
5
+ archive = "~> 1.3"
6
+ }
7
+}
0 commit comments