Skip to content

Commit

Permalink
changes (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Oct 1, 2024
1 parent 8912146 commit 4679356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ resource "aws_ecs_service" "client" {


network_configuration {
security_groups = [aws_security_group.wfprev_ecs_tasks.id, data.aws_security_group.app.id]
security_groups = [data.aws_security_group.app.id]
subnets = module.network.aws_subnet_ids.app.ids
assign_public_ip = true
}
Expand Down

0 comments on commit 4679356

Please sign in to comment.