Update aws tf (#5435)

* update aws tf to function as expected

* update tf version

* update syntax for tf v0.12

* update tf version in readme

* update per tf for v0.12
This commit is contained in:
bfraz
2019-12-12 05:42:33 -06:00
committed by Kubernetes Prow Robot
parent 815eebf1d7
commit f0f8379e1b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.8.7"
required_version = ">= 0.12.0"
}
provider "aws" {