Skip to content

Commit

Permalink
Update Terraform aws to v5.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent 66d8536 commit 6e9f5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/core_infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "5.31.0"
version = "5.35.0"
source = "hashicorp/aws"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/worker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "5.31.0"
version = "5.35.0"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit 6e9f5e2

Please sign in to comment.