Add support for terraform-provider-aws v2.0+

* Allow terraform-provider-aws >= v1.13, but < 3.0. No change
to the minimum version, but allow using v2.x.y releases
* Verify compatability with terraform-provider-aws v2.1.0
This commit is contained in:
Dalton Hubble
2019-03-09 12:03:10 -08:00
parent 3afd114f8c
commit fe96da27d7
12 changed files with 17 additions and 13 deletions

View File

@ -5,7 +5,7 @@ terraform {
}
provider "aws" {
version = "~> 1.13"
version = ">= 1.13, < 3.0"
}
provider "local" {