update new domain for identity
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 4m38s

This commit is contained in:
2025-11-20 13:40:51 +01:00
parent dcb6fc1f20
commit 3118b24b53
2 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ cloudflare_access_tags = [
#===================================== #=====================================
cloudflare_team_name = "tips-of-mine" cloudflare_team_name = "tips-of-mine"
cloudflare_email_domain = "tips-of-mine.org" cloudflare_email_domain = "tips-of-mine.org"
cloudflare_authentik_domain = "tips-of-mine.com"
# Tunnels # Tunnels
cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)"

View File

@@ -86,6 +86,11 @@ variable "cloudflare_email_domain" {
type = string type = string
} }
variable "cloudflare_authentik_domain" {
description = "Email Domain used for email authentication in App policies"
type = string
}
variable "cloudflare_team_name" { variable "cloudflare_team_name" {
description = "Name of the Team in Cloudflare, essentially zero-trust org name" description = "Name of the Team in Cloudflare, essentially zero-trust org name"
type = string type = string