Skip to content

Commit

Permalink
Bump terraform-aws-modules/alb/aws in /terraform/20-app
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/alb/aws](https://github.com/terraform-aws-modules/terraform-aws-alb) from 8.7.0 to 9.4.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-alb/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-alb/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-alb@v8.7.0...v9.4.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/alb/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent f4a1df4 commit 962ddec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terraform/20-app/alb.cms-admin.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cms_admin_alb" {
source = "terraform-aws-modules/alb/aws"
version = "8.7.0"
version = "9.4.1"

name = "${local.prefix}-cms-admin"

Expand Down
2 changes: 1 addition & 1 deletion terraform/20-app/alb.feedback_api.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "feedback_api_alb" {
source = "terraform-aws-modules/alb/aws"
version = "8.7.0"
version = "9.4.1"

name = "${local.prefix}-feedback-api"

Expand Down
2 changes: 1 addition & 1 deletion terraform/20-app/alb.front-end.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "front_end_alb" {
source = "terraform-aws-modules/alb/aws"
version = "8.7.0"
version = "9.4.1"

name = "${local.prefix}-front-end"

Expand Down
2 changes: 1 addition & 1 deletion terraform/20-app/alb.private_api.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "private_api_alb" {
source = "terraform-aws-modules/alb/aws"
version = "8.7.0"
version = "9.4.1"

name = "${local.prefix}-private-api"

Expand Down
2 changes: 1 addition & 1 deletion terraform/20-app/alb.public_api.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "public_api_alb" {
source = "terraform-aws-modules/alb/aws"
version = "8.7.0"
version = "9.4.1"

name = "${local.prefix}-public-api"

Expand Down

0 comments on commit 962ddec

Please sign in to comment.