mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
10 lines
205 B
HCL
10 lines
205 B
HCL
output "traefik_dashboard_password" {
|
|
value = random_password.traefik_dashboard_password.result
|
|
sensitive = true
|
|
}
|
|
|
|
output "traefik_dashboard_username" {
|
|
value = "admin"
|
|
sensitive = true
|
|
}
|