mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-03 02:14:34 +02:00
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:
@ -5,7 +5,7 @@ terraform {
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
version = "~> 1.13"
|
||||
version = ">= 1.13, < 3.0"
|
||||
}
|
||||
|
||||
provider "local" {
|
||||
|
Reference in New Issue
Block a user