Add /arubinosky

This commit is contained in:
2025-01-08 01:30:14 +09:00
parent da36d8ef31
commit 759228e3a1
31 changed files with 2961 additions and 34 deletions

View File

@@ -10,3 +10,8 @@ output "WEB_TURNSTILE_SECRET_KEY" {
value = cloudflare_turnstile_widget.web.secret
sensitive = true
}
output "MISSKEY_API_KEY" {
value = var.MISSKEY_API_KEY
sensitive = true
}