Skip to content

Commit

Permalink
Update aws requirement from ~> 4.37.0 to ~> 4.41.0 in /aws
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] committed Nov 26, 2022
1 parent 2bea819 commit 1671411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
aws = {
version = "~> 4.37.0"
version = "~> 4.41.0"
}
random = {
version = "~> 3.4.3"
Expand Down

0 comments on commit 1671411

Please sign in to comment.