Skip to content

Commit

Permalink
chore: upgrade aws provider (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Jul 29, 2022
1 parent a1f485e commit f632e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .happy/terraform/envs/dev/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider aws {
version = "~> 3.28.0"
version = "~> 4.23.0"
region = "us-west-2"
assume_role {
role_arn = "arn:aws:iam::${var.aws_account_id}:role/${var.aws_role}"
Expand Down
2 changes: 1 addition & 1 deletion .happy/terraform/envs/prod/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider aws {
version = "~> 3.28.0"
version = "~> 4.23.0"
region = "us-west-2"
assume_role {
role_arn = "arn:aws:iam::${var.aws_account_id}:role/${var.aws_role}"
Expand Down
2 changes: 1 addition & 1 deletion .happy/terraform/envs/staging/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider aws {
version = "~> 3.28.0"
version = "~> 4.23.0"
region = "us-west-2"
assume_role {
role_arn = "arn:aws:iam::${var.aws_account_id}:role/${var.aws_role}"
Expand Down

0 comments on commit f632e82

Please sign in to comment.