From 6aeded04ae36c76204d372607064ca30da4f63af Mon Sep 17 00:00:00 2001 From: Enrique Garbi Date: Thu, 27 Feb 2025 17:34:37 +0100 Subject: [PATCH] fix(provider): Provider shouldnt be included in modules --- providers.tf | 3 --- variables.tf | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 providers.tf diff --git a/providers.tf b/providers.tf deleted file mode 100644 index 16ff320..0000000 --- a/providers.tf +++ /dev/null @@ -1,3 +0,0 @@ -provider "cloudflare" { - api_token = var.api_token -} diff --git a/variables.tf b/variables.tf index 93b8d05..7f545c5 100644 --- a/variables.tf +++ b/variables.tf @@ -1,9 +1,3 @@ -variable "api_token" { - description = "The Cloudflare API token." - type = string - sensitive = true -} - variable "account_name" { description = "Account Name to manage the zone resource in. `Account Settings:Read` permission is required." type = string