Skip to content

Commit 863e3f5

Browse files
authored
Merge pull request #18 from companieshouse/correct-multi-lb-config-cloudwatch
add multi lb config
2 parents 9fe0143 + 074b50f commit 863e3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/groups/ecs-service/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ variable "service_scaleup_schedule" {
117117
variable "cloudwatch_alarms_enabled" {
118118
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."
119119
type = bool
120-
default = true
120+
default = false
121121
}
122122

123123
variable "multilb_cloudwatch_alarms_enabled" {

0 commit comments

Comments
 (0)