Skip to content

Commit

Permalink
Fix port mapping name
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Feb 21, 2024
1 parent 7891a88 commit ad94b6f
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 = "default"
name = var.family_name
protocol = "tcp"
}
]
Expand Down

0 comments on commit ad94b6f

Please sign in to comment.