Update min AWS provider from v1.11 to v1.13

This commit is contained in:
Michael Holt
2018-05-02 14:41:38 -07:00
committed by Dalton Hubble
parent a54e3c0da1
commit a5916da0e2
4 changed files with 4 additions and 6 deletions

View File

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