We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20d7b commit 0bf00f9Copy full SHA for 0bf00f9
main.tf
@@ -575,9 +575,6 @@ resource "aws_ecs_service" "streamlit_ecs_service" {
575
network_configuration {
576
subnets = var.existing_ecs_subnets != null ? var.existing_ecs_subnets : [aws_subnet.private_subnet1[0].id, aws_subnet.private_subnet2[0].id]
577
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
581
}
582
load_balancer {
583
target_group_arn = aws_lb_target_group.streamlit_tg.arn
0 commit comments