Skip to content

Commit a989046

Browse files
authored
Merge pull request #178 from companieshouse/update-rule-priority
Update ALB rule priority
2 parents 45463ce + 5edaf43 commit a989046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/groups/ecs-service/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
eric_port = "10000"
99
docker_repo = "psc-data-api"
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
11-
lb_listener_rule_priority = 88
11+
lb_listener_rule_priority = 6
1212
lb_listener_paths = [
1313
"/company/*/persons-with-significant-control",
1414
"/company/*/persons-with-significant-control/*"

0 commit comments

Comments
 (0)