Files
hurricane/cloudflare/zones/ztariq/variables.tf
2026-03-05 21:35:59 +00:00

15 lines
295 B
HCL
Executable File

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
}