update file : 3 errors
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-11-20 10:23:45 +01:00
parent 0b99fe232f
commit bf1408e499
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ output "applications_urls" {
description = "URLs publiques de toutes les applications"
value = {
for app_name, app_config in var.applications :
app_name => "https://${app_config.subdomain}.${var.cloudflare_zone}"
app_name => "https://${app_config.subdomain}.${var.cloudflare_zone_id}"
}
}