Upgrade to terraform 0.12

Resolves #291
This commit is contained in:
Andrew Svoboda
2019-06-04 13:45:12 +01:00
parent a68591a091
commit 28f1fc9372
6 changed files with 70 additions and 60 deletions

4
Terraform/versions.tf Normal file
View File

@@ -0,0 +1,4 @@
terraform {
required_version = ">= 0.12"
}