Skip to content

Commit

Permalink
make match updated contract
Browse files Browse the repository at this point in the history
  • Loading branch information
jvisker committed Nov 3, 2023
1 parent 4467df2 commit 5a5530d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform-iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ module "my_fargate_api" {
}

autoscaling_config = {
min_capacity = 1
max_capacity = 8
cpu_percentage_target = 30
scale_in_cooldown = 300
min_capacity = 1
max_capacity = 8
target_metric = "ECSServiceAverageCPUUtilization"
target_value = 30
}
task_cpu = 256
task_memory = 512
Expand Down

0 comments on commit 5a5530d

Please sign in to comment.