christianlempa-boilerplates/terraform/cloudflare/credentials.tf

13 lines
324 B
Terraform
Raw Normal View History

2022-03-04 17:45:04 +01:00
# 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
}