Skip to content

Commit

Permalink
Merge pull request #40 from companieshouse/bump-mod-version
Browse files Browse the repository at this point in the history
fix: update service lb name
  • Loading branch information
rhilgenbergbastos-ch authored Oct 31, 2024
2 parents 6cbf40d + 26b2c3b commit b773fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/groups/ecs-service/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "aws_lb" "service_lb" {
name = "${var.environment}-chs-uri-web"
}

data "aws_lb_listener" "service_lb_443_listener" {
data "aws_lb_listener" "service_lb_listener" {
load_balancer_arn = data.aws_lb.service_lb.arn
port = 443
}
Expand Down

0 comments on commit b773fb7

Please sign in to comment.