We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531564e commit fba9a33Copy full SHA for fba9a33
metrics.tf
@@ -21,7 +21,7 @@ resource "aws_cloudwatch_metric_alarm" "asg_nodes_cpu_threshold" {
21
insufficient_data_actions = []
22
23
dimensions = {
24
- AutoScalingGroupName = aws_autoscaling_group.nodes_green.name
+ AutoScalingGroupName = aws_autoscaling_group.asg_nodes[each.key].name
25
}
26
tags = {
27
"KubespotEnvironment" = var.environment_name
0 commit comments