mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-30 17:51:35 +02:00
Sync recommended versions of Terraform providers for clouds
* Align Terraform provider plugin versions with those tested against
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user