aboutsummaryrefslogtreecommitdiff
blob: a9a85808450876729cc1d367ca4f2c378deb752f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
variable "homelab_main_domain" {
  description = "HomeLab Main Domain"
  default     = "clarkzjw.cc"
}

variable "homelab_notify_DKIM" {
  description = "DKIM domain value from Mailgun"
  default     = "k=rsa; p=xxxx"
}

variable "cloudflare_account_id" {
  description = "The Cloudflare UUID for the Account the Zone lives in."
  type        = string
  sensitive   = true
}

variable "cloudflare_api_token" {
  description = "Cloudflare API token"
  type = string
  sensitive = true
}
Powered by cgit v1.2.3 (git 2.41.0)