We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06da349 commit 1c0c096Copy full SHA for 1c0c096
README.md
@@ -37,7 +37,7 @@ module "ecs_apps" {
37
on_demand_percentage = 0
38
asg_min = 1
39
asg_max = 4
40
- asg_memory_target = 50
+ asg_target_capacity = 50
41
}
42
```
43
0 commit comments