Skip to content

Reference Architecture: sample-app-frontend ecs - how to change desired number of tasks? #620

Answered by drafie
drafie asked this question in How do I
Discussion options

You must be logged in to vote

It turns out that you need to edit the dev/us-east-1/dev/services/sample-app-frontend/terragrunt.hcl file.

Under inputs you can pass in variables that override the defaults.

At the bottom of the file, within the Module Parameters to pass in, you can drop this in the inputs.

  #
  # Number of tasks to run
  #
  desired_number_of_tasks = 2

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drafie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant