more terraform boilerplates

This commit is contained in:
Christian
2022-03-04 17:45:04 +01:00
parent cda48ece9d
commit e4fa5990f4
8 changed files with 67 additions and 0 deletions

View 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
}