Skip to content

Commit c93f711

Browse files
committed
Upgrading to Terraform 0.13
1 parent 495b5e0 commit c93f711

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,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)