more terraform boilerplates
This commit is contained in:
13
terraform/cloudflare/credentials.tf
Normal file
13
terraform/cloudflare/credentials.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user