This commit is contained in:
32
variables.tf
32
variables.tf
@@ -184,4 +184,36 @@ variable "azure_sales_group_id" {
|
|||||||
variable "azure_subnet_cidr" {
|
variable "azure_subnet_cidr" {
|
||||||
description = "Azure address prefix, subnet for VM in Azure"
|
description = "Azure address prefix, subnet for VM in Azure"
|
||||||
type = string
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# DEVICE POSTURE CHECKS
|
||||||
|
#======================================================
|
||||||
|
variable "cf_gateway_posture_id" {
|
||||||
|
description = "Gateway posture ID in Cloudflare"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cf_macos_posture_id" {
|
||||||
|
description = "Latest macOS version posture ID in Cloudflare"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cf_windows_posture_id" {
|
||||||
|
description = "Latest Windows version posture ID in Cloudflare"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cf_linux_posture_id" {
|
||||||
|
description = "Latest Linux Kernel version posture ID in Cloudflare"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cf_device_os" {
|
||||||
|
description = "This is the OS you are running on your own client machine"
|
||||||
|
type = string
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user