Skip to content

Commit 888b1de

Browse files
authored
Updated for TF v0.13
1 parent 67f8aa8 commit 888b1de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

versions.tf

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
terraform {
2-
required_version = "~> 0.12.0"
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
}
6+
}
7+
required_version = ">= 0.12"
38
}

0 commit comments

Comments
 (0)