From 57d56e6b154f40c28e9c00127466d87aae1998ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 16:40:37 +0000 Subject: [PATCH] Commit changes made by code formatters --- modules/dns/ecs_auto_scaling.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dns/ecs_auto_scaling.tf b/modules/dns/ecs_auto_scaling.tf index f40db42d..1922bf5f 100644 --- a/modules/dns/ecs_auto_scaling.tf +++ b/modules/dns/ecs_auto_scaling.tf @@ -85,7 +85,7 @@ resource "aws_cloudwatch_metric_alarm" "ecs_cpu_average_alarm_high" { alarm_description = "This alarm tells ECS to scale up based on average high CPU" alarm_actions = [ - aws_appautoscaling_policy.ecs_policy_up_average.arn + aws_appautoscaling_policy.ecs_policy_up_average.arn ] treat_missing_data = "breaching" @@ -109,7 +109,7 @@ resource "aws_cloudwatch_metric_alarm" "ecs_cpu_maximum_alarm_high" { alarm_description = "This alarm tells ECS to scale up based on maxmium high CPU" alarm_actions = [ - aws_appautoscaling_policy.ecs_policy_up_max.arn + aws_appautoscaling_policy.ecs_policy_up_max.arn ] treat_missing_data = "breaching"