Format according to terraform fmt

This commit is contained in:
2024-04-13 18:40:09 +02:00
parent f45d0657c8
commit caa362b279
13 changed files with 43 additions and 43 deletions

View File

@@ -1,13 +1,13 @@
output "traefik_dashboard_username" {
value = module.nlb.traefik_dashboard_username
sensitive = true
value = module.nlb.traefik_dashboard_username
sensitive = true
}
output "traefik_dashboard_password" {
value = module.nlb.traefik_dashboard_password
sensitive = true
value = module.nlb.traefik_dashboard_password
sensitive = true
}
output "traefik_nlb_public_ip" {
value = module.nlb.traefik_nlb_public_ip
value = module.nlb.traefik_nlb_public_ip
}