Skip to content

Commit

Permalink
int to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Mar 14, 2024
1 parent 68fc20c commit 8ec5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/region/modules/region/cloudwatch.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
# Don't create ECS Task Stopped alerts in development account
enable_task_stopped_alerts = var.account_name != "development" ? 1 : 0
enable_task_stopped_alerts = var.account_name != "development"
}
resource "aws_cloudwatch_metric_alarm" "elasticache_high_cpu_utilization" {
count = local.cache_cluster_count
Expand Down

0 comments on commit 8ec5f53

Please sign in to comment.