Create index

This commit is contained in:
2025-01-06 19:02:24 +09:00
parent a3335d1583
commit 1db48b4c9a
25 changed files with 2300 additions and 22 deletions

12
terraform/output.tf Normal file
View File

@@ -0,0 +1,12 @@
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
}