Files
hurricane/cloudflare/zones/azuredevops/variables.tf
mrzta f39ec74206 map
2026-02-12 17:26:28 +00:00

15 lines
295 B
HCL

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
}