mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
14 lines
325 B
HCL
14 lines
325 B
HCL
# 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
|
|
}
|