Skip to content

Commit

Permalink
more output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Aug 12, 2022
1 parent 9478c3d commit c8f4043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ output "service" {
for service in keys(kubernetes_service.service) :
service => {
metadata = kubernetes_service.service[service].metadata
status = kubernetes_service.service[service].status
}
}
}
Expand Down

0 comments on commit c8f4043

Please sign in to comment.