Skip to content

Commit

Permalink
Update Terraform aws to v5.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 1523cf0 commit 39ae17f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion infrastructure/environments/portfolio/amplify/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.43.0"
version = "5.85.0"
}
}
backend "s3" {
Expand Down
47 changes: 30 additions & 17 deletions infrastructure/environments/sandbox/amplify/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/environments/sandbox/amplify/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.43.0"
version = "5.85.0"
}
}
backend "s3" {
Expand Down

0 comments on commit 39ae17f

Please sign in to comment.