Upgraded to tf 0.13

This commit is contained in:
Patrick de Ruiter 2020-12-08 11:26:44 +01:00
parent 6fbef68acb
commit cef989ef49

8
versions.tf Normal file
View File

@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13"
}