map
This commit is contained in:
15
cloudflare/zones/dreamartdecor/variables.tf
Normal file
15
cloudflare/zones/dreamartdecor/variables.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user