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

@@ -216,4 +216,9 @@ variable "cf_linux_posture_id" {
variable "cf_device_os" { variable "cf_device_os" {
description = "This is the OS you are running on your own client machine" description = "This is the OS you are running on your own client machine"
type = string type = string
}
variable "cf_email_domain" {
description = "Email Domain used for email authentication in App policies"
type = string
} }