Files
DockerComposeTemplates/terraform/templates/kubernetes-automation-example/credentials.tf
2022-03-17 13:09:48 +01:00

15 lines
344 B
HCL

# Declare Variables for Credentials
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
}
variable "civo_token" {
description = "Civo API Token"
type = string
}