update new domain for identity
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 4m38s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 4m38s
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user