Skip to content

Commit 4bf3e37

Browse files
committed
2 parents c80650f + 7fd3f47 commit 4bf3e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ output "secret_arns" {
2020

2121
output "target_group_arn" {
2222
description = "id - ARN of the Target Group (matches arn)."
23-
value = try(aws_lb_target_group.this[0].arn, "")
23+
value = try(aws_lb_target_group.this[*].arn, "")
2424
}
2525

2626
output "target_group_id" {
2727
description = "id - ARN of the Target Group (matches arn)."
28-
value = try(aws_lb_target_group.this[0].id, "")
28+
value = try(aws_lb_target_group.this[*].id, "")
2929
}
3030

3131
output "cloudwatch_log_group_name" {

0 commit comments

Comments
 (0)