Skip to content

Commit

Permalink
fix(provider): Provider shouldnt be included in modules
Browse files Browse the repository at this point in the history
  • Loading branch information
egarbi committed Feb 27, 2025
1 parent db0593e commit 6aeded0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions providers.tf

This file was deleted.

6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6aeded0

Please sign in to comment.