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 082e153 commit d5e700bCopy full SHA for d5e700b
1 file changed
terraform/dashboard/main.tf
@@ -118,10 +118,7 @@ resource "aws_ecs_service" "application" {
118
network_configuration {
119
subnets = data.terraform_remote_state.ecs_infrastructure.outputs.private_subnets
120
security_groups = [aws_security_group.allow_rules_service.id]
121
-
122
- # TODO: The container fails to launch unless a public IP is assigned
123
- # For a private ip, you would need to use a NAT Gateway?
124
- assign_public_ip = true
+ assign_public_ip = false
125
}
126
127
0 commit comments