From 2e5381257ac797a49e2e33016c11fd99d4565e4e Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 20:58:10 -0800 Subject: terraform: add argo tunnel --- clarkzjw.cc/infra/variables.tf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'clarkzjw.cc/infra/variables.tf') 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" { variable "homelab_notify_DKIM" { description = "DKIM domain value from Mailgun" default = "k=rsa; p=xxxx" -} \ No newline at end of file +} + +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 +} -- cgit v1.2.3