Skip to content

Commit c80aae2

Browse files
author
igorkotof
committed
hot-fix var name
1 parent 8efd5c0 commit c80aae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-modules/ecs-service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ resource "aws_ecs_service" "this" {
109109
for port_mapping in var.port_mappings : {
110110
container_name = port_mapping.container_name
111111
target_group_arn = port_mapping.target_group_arn
112-
container_port = p.container_port
112+
container_port = port_mapping.container_port
113113

114114
}
115115
]: []

0 commit comments

Comments
 (0)