mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
9 lines
222 B
HCL
9 lines
222 B
HCL
output "traefik_dashboard_username" {
|
|
value = module.nlb.traefik_dashboard_username
|
|
sensitive = true
|
|
}
|
|
|
|
output "traefik_dashboard_password" {
|
|
value = module.nlb.traefik_dashboard_password
|
|
sensitive = true
|
|
} |