From 3118b24b53a518ad724301366ec830caa16356fe Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 13:40:51 +0100 Subject: [PATCH] update new domain for identity --- variables.auto.tfvars | 1 + variables.tf | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/variables.auto.tfvars b/variables.auto.tfvars index 1060512..51c3b87 100644 --- a/variables.auto.tfvars +++ b/variables.auto.tfvars @@ -80,6 +80,7 @@ cloudflare_access_tags = [ #===================================== cloudflare_team_name = "tips-of-mine" cloudflare_email_domain = "tips-of-mine.org" +cloudflare_authentik_domain = "tips-of-mine.com" # Tunnels cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" diff --git a/variables.tf b/variables.tf index 91324dc..624dba6 100644 --- a/variables.tf +++ b/variables.tf @@ -86,6 +86,11 @@ variable "cloudflare_email_domain" { type = string } +variable "cloudflare_authentik_domain" { + description = "Email Domain used for email authentication in App policies" + type = string +} + variable "cloudflare_team_name" { description = "Name of the Team in Cloudflare, essentially zero-trust org name" type = string