Skip to content

Commit 0bf00f9

Browse files
committed
remove comment
1 parent ea20d7b commit 0bf00f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,6 @@ resource "aws_ecs_service" "streamlit_ecs_service" {
575575
network_configuration {
576576
subnets = var.existing_ecs_subnets != null ? var.existing_ecs_subnets : [aws_subnet.private_subnet1[0].id, aws_subnet.private_subnet2[0].id]
577577
security_groups = var.existing_ecs_security_groups != null ? var.existing_ecs_security_groups : [aws_security_group.streamlit_ecs_sg[0].id]
578-
579-
# assign_public_ip = true
580-
581578
}
582579
load_balancer {
583580
target_group_arn = aws_lb_target_group.streamlit_tg.arn

0 commit comments

Comments
 (0)