Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 23s

This commit is contained in:
2025-11-16 20:14:08 +01:00
parent 59942be2a1
commit e9acb0dd9c

View File

@@ -76,7 +76,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
}, },
{ {
email_domain = { email_domain = {
domain = var.cloudflare_email_domain domain = "thedjinhn@gmail.com"
} }
} }
] ]