Closed arthurbdiniz closed 4 years ago
I just notice that it's easy to read the attributes of the variables when they are aligned.
In the file cf-exports they are mixed.
Example:
"AlbId" = "${aws_lb.ecs.*.id[0]}", "AlbArn" = "${aws_lb.ecs.*.arn[0]}", "AlbDnsName" = "${aws_lb.ecs.*.dns_name[0]}"
I just notice that it's easy to read the attributes of the variables when they are aligned.
In the file cf-exports they are mixed.
Example:
Bad (Current)
Good