Files
cannorin.net/terraform/output.tf
2025-01-06 19:02:24 +09:00

13 lines
257 B
HCL

output "PUBLIC_WEB_TURNSTILE_SITEKEY" {
value = cloudflare_turnstile_widget.web.id
}
output "PUBLIC_WEB_DOMAIN" {
value = local.web_domain
}
output "WEB_TURNSTILE_SECRET_KEY" {
value = cloudflare_turnstile_widget.web.secret
sensitive = true
}