New Release v6.0.0 (#514)

* New Release v6.0.0

* bump required AWS provider version and regeneration of variables/outputs
This commit is contained in:
Max Williams
2019-09-18 10:01:38 +02:00
committed by GitHub
parent 13ee0914b9
commit bf8c324761
7 changed files with 30 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ terraform {
}
provider "aws" {
version = ">= 2.11"
version = ">= 2.28.1"
region = var.region
}