Skip to content

Commit

Permalink
Fix service_associations output for lattice-service-network module (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 authored Sep 22, 2023
1 parent d046100 commit 0e74d67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/lattice-service-network/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ output "service_associations" {
status = association.status
created_by = association.created_by

service = association.service
service = association.service_identifier

domain = one(association.dns_entry[*].domain_name)
zone_id = one(association.dns_entry[*].hosted_zone_id)
custom_domain = association.custom_domain_name
}
}
}
Expand Down

0 comments on commit 0e74d67

Please sign in to comment.