Release v3.0.0 (#347)

Also fixing AWS provider in examples
This commit is contained in:
Max Williams
2019-04-15 17:39:37 +02:00
committed by GitHub
parent 47c7e7ad6f
commit 1a26f353d8
3 changed files with 14 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ terraform {
}
provider "aws" {
version = ">= 2.0.0"
version = ">= 2.6.0"
region = "${var.region}"
}