fix traefik

This commit is contained in:
2024-03-10 11:55:14 +01:00
parent 65ab50b23e
commit 934b75b714
8 changed files with 79 additions and 404 deletions

View File

@@ -6,4 +6,8 @@ output "traefik_dashboard_username" {
output "traefik_dashboard_password" {
value = module.nlb.traefik_dashboard_password
sensitive = true
}
output "traefik_nlb_public_ip" {
value = module.nlb.traefik_nlb_public_ip
}