From 2b67879860ade9d6733eb6b29c66def68c510ccd Mon Sep 17 00:00:00 2001 From: Benjamin Goodacre Date: Tue, 18 Jul 2023 20:28:29 +0000 Subject: [PATCH] Remove cloudflare email var from declared vars * This should have been in a53973d - PR 85 but was not added to the commit somehow --- dns/cloudflare/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/dns/cloudflare/main.tf b/dns/cloudflare/main.tf index 3c0e26c..e72cb73 100644 --- a/dns/cloudflare/main.tf +++ b/dns/cloudflare/main.tf @@ -4,8 +4,6 @@ locals { variable "node_count" {} -variable "email" {} - variable "api_token" {} variable "domain" {}