Skip to content

Commit

Permalink
Add enable execute command flag to ECS service without autoscaling (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaei authored Jan 19, 2024
2 parents bec45cf + b72f236 commit 09e8f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ resource "aws_ecs_service" "service" {
health_check_grace_period_seconds = var.launch_type == "EXTERNAL" ? null : var.health_check_grace_period_seconds
wait_for_steady_state = var.wait_for_steady_state
propagate_tags = var.propagate_tags
enable_execute_command = var.enable_execute_command

# ECS Anywhere doesn't support VPC networking or load balancers.
# Because of this, we need to make these resources dynamic!
Expand Down

0 comments on commit 09e8f6e

Please sign in to comment.