We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80650f + 7fd3f47 commit 4bf3e37Copy full SHA for 4bf3e37
outputs.tf
@@ -20,12 +20,12 @@ output "secret_arns" {
20
21
output "target_group_arn" {
22
description = "id - ARN of the Target Group (matches arn)."
23
- value = try(aws_lb_target_group.this[0].arn, "")
+ value = try(aws_lb_target_group.this[*].arn, "")
24
}
25
26
output "target_group_id" {
27
28
- value = try(aws_lb_target_group.this[0].id, "")
+ value = try(aws_lb_target_group.this[*].id, "")
29
30
31
output "cloudwatch_log_group_name" {
0 commit comments