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

@@ -17,3 +17,8 @@ variable "ZONE_ID" {
description = "Zone ID of the domain"
type = string
}
variable "MISSKEY_API_KEY" {
description = "The API key of the Misskey instance"
type = string
}