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 6fabf56 commit beec0dfCopy full SHA for beec0df
versions.tf
@@ -0,0 +1,11 @@
1
+terraform {
2
+ required_providers {
3
+ archive = {
4
+ source = "hashicorp/archive"
5
+ }
6
+ aws = {
7
+ source = "hashicorp/aws"
8
9
10
+ required_version = ">= 0.13"
11
+}
0 commit comments