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.
2 parents 9fe0143 + 074b50f commit 863e3f5Copy full SHA for 863e3f5
terraform/groups/ecs-service/variables.tf
@@ -117,7 +117,7 @@ variable "service_scaleup_schedule" {
117
variable "cloudwatch_alarms_enabled" {
118
description = "Whether to create a standard set of cloudwatch alarms for the service. Requires an SNS topic to have already been created for the stack."
119
type = bool
120
- default = true
+ default = false
121
}
122
123
variable "multilb_cloudwatch_alarms_enabled" {
0 commit comments