fix: 🐛 fix reference to services in outputs
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a6d040aba6
commit
a2d346e9cd
@ -1,9 +1,9 @@
|
|||||||
output "service_name" {
|
output "service_name" {
|
||||||
description = "Service name for Terraboard deployment"
|
description = "Service name for Terraboard deployment"
|
||||||
value = kubernetes_service.terraboard.metadata.0.name
|
value = kubernetes_service.gose.metadata.0.name
|
||||||
}
|
}
|
||||||
|
|
||||||
output "service_port" {
|
output "service_port" {
|
||||||
description = "Port exposed by the service"
|
description = "Port exposed by the service"
|
||||||
value = kubernetes_service.terraboard.spec.0.port.0.name
|
value = kubernetes_service.gose.spec.0.port.0.name
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue