Skip to content

Commit

Permalink
Update aws requirement from ~> 4.0 to ~> 5.40 in /infrastructure
Browse files Browse the repository at this point in the history
Updates the requirements on aws to permit the latest version.

---
updated-dependencies:
- dependency-name: aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 8da3f57 commit b70e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
terraform {
required_providers {
aws = {
version = "~> 4.0"
version = "~> 5.40"
}
}
}
Expand Down

0 comments on commit b70e0c7

Please sign in to comment.