Skip to content

Commit 0e74d67

Browse files
authored
Fix service_associations output for lattice-service-network module (#13)
1 parent d046100 commit 0e74d67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/lattice-service-network/outputs.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ output "service_associations" {
6666
status = association.status
6767
created_by = association.created_by
6868

69-
service = association.service
69+
service = association.service_identifier
70+
71+
domain = one(association.dns_entry[*].domain_name)
72+
zone_id = one(association.dns_entry[*].hosted_zone_id)
73+
custom_domain = association.custom_domain_name
7074
}
7175
}
7276
}

0 commit comments

Comments
 (0)