Sync recommended versions of Terraform providers for clouds

* Align Terraform provider plugin versions with those tested against
This commit is contained in:
Dalton Hubble
2019-08-27 22:00:08 -07:00
parent d95bf2d1ea
commit e7d805d9a4
5 changed files with 5 additions and 5 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.23.0"
version = "2.25.0"
region = "us-east-1" # MUST be us-east-1 right now!
shared_credentials_file = "/home/user/.config/aws/credentials"
}