We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdda51 commit 1857ed7Copy full SHA for 1857ed7
1 file changed
ansible/roles/deploy-ecs-proxies/templates/terraform/locals.tf
@@ -63,7 +63,7 @@ locals {
63
private_alb_listener_count = data.terraform_remote_state.pre-reqs.outputs.private_alb_listener_count
64
65
autoscaling_resource_labels = [
66
- for suffix in private_alb_arn_suffixes : (
+ for suffix in data.terraform_remote_state.pre-reqs.outputs.private_alb_arn_suffixes : (
67
var.autoscaling_enabled && var.autoscaling_service_metric == "ALBRequestCountPerTarget" ? "${suffix}/${aws_alb_target_group.service.arn_suffix}"
68
: "")]
69
}
0 commit comments