From c29b78b1c44b23a3f3d6f26565934e9b22b8ccb0 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 15 Nov 2025 20:19:15 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.tf b/variables.tf index 3f7fcad..0b795b5 100644 --- a/variables.tf +++ b/variables.tf @@ -216,4 +216,9 @@ variable "cf_linux_posture_id" { variable "cf_device_os" { description = "This is the OS you are running on your own client machine" type = string +} + +variable "cf_email_domain" { + description = "Email Domain used for email authentication in App policies" + type = string } \ No newline at end of file