Skip to content

Commit

Permalink
Revert to single value only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 25, 2024
1 parent 1fd222d commit d73d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloud/modules/container/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "aws_ecs_service" "ecs_service" {
desired_count = 1

network_configuration {
subnets = [var.subnet_id]
subnets = var.subnet_id
security_groups = [var.ecs_sg_id]
assign_public_ip = false
}
Expand Down

0 comments on commit d73d82a

Please sign in to comment.