This commit is contained in:
mrzta
2026-02-12 17:26:28 +00:00
parent 75f405501b
commit f39ec74206
65 changed files with 6002 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
variable "cloudflare_apitoken" {
description = "Cloudflare API token"
type = string
sensitive = true
}
variable "zone_id" {
description = "Cloudflare zone ID"
type = string
}
variable "current_ip" {
description = "Current public IP address"
type = string
}