Skip to content

Commit

Permalink
Upgrade AWS provider
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Aug 11, 2021
1 parent 910540b commit f19a0ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to assume a common IAM role in the aws provider definition.
```hcl
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
assume_role {
role_arn = "arn:aws:iam::<your account id>:role/Terraform"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/bottlerocket_node_group/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/environment/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/gpu_node_group/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/standard_node_group/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "us-east-1"
version = "3.5.0"
version = "3.53.0"
allowed_account_ids = ["214219211678"]
}

Expand Down

0 comments on commit f19a0ab

Please sign in to comment.