aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/infra/variables.tf')
-rw-r--r--clarkzjw.cc/infra/variables.tf14
1 files changed, 13 insertions, 1 deletions
diff --git a/clarkzjw.cc/infra/variables.tf b/clarkzjw.cc/infra/variables.tf
index 22f201a..a9a8580 100644
--- a/clarkzjw.cc/infra/variables.tf
+++ b/clarkzjw.cc/infra/variables.tf
@@ -6,4 +6,16 @@ variable "homelab_main_domain" {
6variable "homelab_notify_DKIM" { 6variable "homelab_notify_DKIM" {
7 description = "DKIM domain value from Mailgun" 7 description = "DKIM domain value from Mailgun"
8 default = "k=rsa; p=xxxx" 8 default = "k=rsa; p=xxxx"
9} \ No newline at end of file 9}
10
11variable "cloudflare_account_id" {
12 description = "The Cloudflare UUID for the Account the Zone lives in."
13 type = string
14 sensitive = true
15}
16
17variable "cloudflare_api_token" {
18 description = "Cloudflare API token"
19 type = string
20 sensitive = true
21}
Powered by cgit v1.2.3 (git 2.41.0)