Skip to content

Commit

Permalink
Fix kubernetes_service_port module output
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Jul 28, 2021
1 parent 2cf8f83 commit ab58781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output "kubernetes_service_name" {
}

output "kubernetes_service_port" {
value = kubernetes_service.gatus.spec[0].port
value = kubernetes_service.gatus.spec[0].port[0].port
}

0 comments on commit ab58781

Please sign in to comment.