mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
temp tf
This commit is contained in:
parent
a5e2fdc7a7
commit
ec505739c8
31 changed files with 1394 additions and 0 deletions
11
terraform/modules/nginx-ingress-controller/outputs.tf
Normal file
11
terraform/modules/nginx-ingress-controller/outputs.tf
Normal file
|
@ -0,0 +1,11 @@
|
|||
output "service-name" {
|
||||
value = kubernetes_service.svc.metadata.0.name
|
||||
}
|
||||
|
||||
output "service-namespace" {
|
||||
value = kubernetes_service.svc.metadata.0.namespace
|
||||
}
|
||||
|
||||
output "service-endpoint" {
|
||||
value = kubernetes_service.svc.load_balancer_ingress.0.ip
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue