Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-15 20:19:15 +01:00
parent d4755a8000
commit c29b78b1c4

View File

@@ -217,3 +217,8 @@ 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
}