Files
Compose-Files/Terraform/cloudflare/credentials.tf
T
2026-07-20 09:23:17 -04:00

14 lines
325 B
Terraform

# Cloudflare Credentials
# ---
# Credential Variables needed for Cloudflare
# Cloudflare Config
variable "cloudflare_email" {
description = "The email address for your Cloudflare account"
type = string
}
variable "cloudflare_api_key" {
description = "The API key for your Cloudflare account"
type = string
}