We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b398692 commit 8d4a552Copy full SHA for 8d4a552
terraform/ecs/variables.tf
@@ -29,19 +29,19 @@ variable "task_memory" {
29
variable "autoscaling_desired_count" {
30
description = "Minimum number of instances in the autoscaling group"
31
type = number
32
- default = 1
+ default = 2
33
}
34
35
variable "autoscaling_min_capacity" {
36
37
38
39
40
41
variable "autoscaling_max_capacity" {
42
description = "Maximum number of instances in the autoscaling group"
43
44
+ default = 8
45
46
47
variable "cloudwatch_logs_key_arn" {
0 commit comments