From 9bfc5b2db09df7acc3111c39caf00e2d8bcac02a Mon Sep 17 00:00:00 2001 From: Admiral Date: Wed, 27 Mar 2024 14:42:00 +0100 Subject: [PATCH] Update vars.tf --- vars.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars.tf b/vars.tf index 61e982e..ae83178 100644 --- a/vars.tf +++ b/vars.tf @@ -243,10 +243,10 @@ variable "expose_kubeapi" { type = bool default = false } -variable "cloudflare_zone_id" { - description = "The Cloudflare Zone ID" - type = string -} +#variable "cloudflare_zone_id" { +# description = "The Cloudflare Zone ID" +# type = string +#} #variable "cloudflare_api_key" {} #variable "api_token" {} #variable "domain" {