aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 21:43:44 -0800
committerclarkzjw <[email protected]>2023-01-13 21:43:44 -0800
commitcecb49a197e11a87e8964da965e52a25eba96414 (patch)
tree29aa7752f58428a49ff37082092e23cf8cb1e24b /clarkzjw.cc/infra/variables.tf
parent21cc52e300a50520f21ea11f7710a6bc132bef89 (diff)
downloadhomelab-cecb49a197e11a87e8964da965e52a25eba96414.tar.gz
cloudflare: add access application and tunnel for bt
Diffstat (limited to 'clarkzjw.cc/infra/variables.tf')
-rw-r--r--clarkzjw.cc/infra/variables.tf6
1 files changed, 6 insertions, 0 deletions
diff --git a/clarkzjw.cc/infra/variables.tf b/clarkzjw.cc/infra/variables.tf
index a9a8580..5326464 100644
--- a/clarkzjw.cc/infra/variables.tf
+++ b/clarkzjw.cc/infra/variables.tf
@@ -19,3 +19,9 @@ variable "cloudflare_api_token" {
19 type = string 19 type = string
20 sensitive = true 20 sensitive = true
21} 21}
22
23variable "cloudflare_access_application_email" {
24 description = "Email addresses allowed in Cloudflare Access config"
25 type = string
26 sensitive = false
27}
Powered by cgit v1.2.3 (git 2.41.0)