From 7da871de26e4805144bf7ac187019380ed34fa1b Mon Sep 17 00:00:00 2001 From: InAnYan Date: Fri, 7 Aug 2026 17:21:10 +0200 Subject: [PATCH] delet --- outputs.tf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 outputs.tf diff --git a/outputs.tf b/outputs.tf deleted file mode 100644 index 688e7ee..0000000 --- a/outputs.tf +++ /dev/null @@ -1,19 +0,0 @@ -output "internal_dns_monitor_id" { - description = "The ID of the internal DNS Uptime Kuma monitor" - value = uptimekuma_monitor_dns.internal_dns.id -} - -output "dnu_dns_monitor_id" { - description = "The ID of the DNU DNS Uptime Kuma monitor" - value = length(uptimekuma_monitor_dns.dnu_dns) > 0 ? uptimekuma_monitor_dns.dnu_dns[0].id : null -} - -output "ping_monitor_id" { - description = "The ID of the ping Uptime Kuma monitor" - value = uptimekuma_monitor_ping.ping.id -} - -output "http_monitor_id" { - description = "The ID of the HTTP Uptime Kuma monitor" - value = uptimekuma_monitor_http.http.id -}