diff --git a/variables.tf b/variables.tf index 831b4a5..6420e98 100644 --- a/variables.tf +++ b/variables.tf @@ -70,11 +70,11 @@ variable "tunnel_network_comment" { default = "tips-of-mine comment for this route." } -#variable "cloudflare_api_token" { -# description = "Token d'API Cloudflare" -# type = string -# sensitive = true -#} +variable "cloudflare_api_token" { + description = "Token d'API Cloudflare" + type = string + sensitive = true +} variable "cloudflare_access_tags" { type = list(string)