khuedoan-homelab/external/variables.tf
2021-12-25 02:50:18 +07:00

22 lines
306 B
HCL

variable "cloudflare_email" {
type = string
}
variable "cloudflare_api_key" {
type = string
sensitive = true
}
variable "cloudflare_account_id" {
type = string
}
variable "b2_application_key_id" {
type = string
}
variable "b2_application_key" {
type = string
sensitive = true
}