Skip to content

Commit beec0df

Browse files
authored
Upgrade to terraform 0.13 (#2)
Co-authored-by: dmattia <[email protected]>
1 parent 6fabf56 commit beec0df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

versions.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)