Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent f451b9b commit 67e9746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dns/ecs_auto_scaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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"
Expand All @@ -108,7 +108,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"
Expand Down

0 comments on commit 67e9746

Please sign in to comment.