Skip to content

Commit

Permalink
Merge pull request #159 from companieshouse/feature/live
Browse files Browse the repository at this point in the history
Adding live env
  • Loading branch information
sadiomowo-ch authored Jan 13, 2025
2 parents 334d9d4 + 3d133dd commit 1c856f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform/groups/ecs-service/profiles/live-eu-west-2/live/vars
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
environment = "live"
aws_profile = "live-eu-west-2"

# service configs
#use_set_environment_files = true
log_level = "debug"

# auto scaling

desired_task_count=2
max_task_count=2
min_task_count=2

0 comments on commit 1c856f1

Please sign in to comment.