mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 08:48:05 +07:00
13 lines
177 B
Terraform
13 lines
177 B
Terraform
|
variable "cloudflare_email" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "cloudflare_api_key" {
|
||
|
type = string
|
||
|
sensitive = true
|
||
|
}
|
||
|
|
||
|
variable "cloudflare_account_id" {
|
||
|
type = string
|
||
|
}
|