feat(dns): setup cloudflared tunnel and DNS records

This commit is contained in:
2025-09-28 22:20:40 +03:00
parent b94d6e6f22
commit 5093bb6187
12 changed files with 270 additions and 0 deletions

5
cloudflare/output.tf Normal file
View File

@@ -0,0 +1,5 @@
output "tunnel_secret" {
description = "TODO"
value = cloudflare_zero_trust_tunnel_cloudflared.ratchet_tunnel.tunnel_secret
sensitive = true
}