Skip to content

Commit

Permalink
Add port suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Feb 21, 2024
1 parent ad94b6f commit b1817da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-groups/dmp-ecs-fargate-task-definition/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {
{
containerPort = vars.port
hostPort = vars.port
name = var.family_name
name = "${var.family_name}-${vars.port}"
protocol = "tcp"
}
]
Expand Down

0 comments on commit b1817da

Please sign in to comment.