Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 21, 2024
1 parent eb37ec1 commit bf60920
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions terraform/.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 terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.54.0"
version = "5.54.1"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/api-gateway-eventbridge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.54.0"
version = "5.54.1"
}

external = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/eventbridge-sqs-lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.54.0"
version = "5.54.1"
}

external = {
Expand Down

0 comments on commit bf60920

Please sign in to comment.