From 8c4a87fe4249655d61d3091d21f70f9b76371791 Mon Sep 17 00:00:00 2001 From: Benjamin G Date: Mon, 7 Aug 2023 17:42:22 +0700 Subject: [PATCH] Remove cloudflare email var from declared vars (#88) * 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" {}