Skip to content

Commit c19649b

Browse files
committed
Updating to Terraform 0.13
1 parent 341d23a commit c19649b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

versions.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

22
terraform {
3-
required_version = ">= 0.12"
3+
required_version = ">= 0.13"
4+
required_providers {
5+
aws = {
6+
source = "hashicorp/aws"
7+
}
8+
}
49
}

0 commit comments

Comments
 (0)