Update Terraform provider plugin versions

* Recommend provider plugin versions that Typhoon
authors use
This commit is contained in:
Dalton Hubble
2019-09-22 17:14:30 -07:00
parent 5b06e0e869
commit 81a1ae38e6
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
```tf
provider "aws" {
version = "2.25.0"
version = "2.29.0"
region = "us-east-1" # MUST be us-east-1 right now!
shared_credentials_file = "/home/user/.config/aws/credentials"
}