Skip to content

Commit

Permalink
Update Terraform cloudposse/alb/aws to v1.12.0 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 8bad777 commit f6c57a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/aws/alb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_route53_record" "default" {

module "alb" {
source = "cloudposse/alb/aws"
version = "1.10.0"
version = "1.12.0"
vpc_id = local.vpc_id
security_group_ids = local.alb_security_group_id
subnet_ids = local.public_subnet_ids
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_route53_record" "default" {

module "alb" {
source = "cloudposse/alb/aws"
version = "1.10.0"
version = "1.12.0"

for_each = local.enabled ? var.alb_configuration : {}

Expand Down

0 comments on commit f6c57a0

Please sign in to comment.