This commit is contained in:
34
variables.tf
34
variables.tf
@@ -501,3 +501,37 @@ variable "cloudflare_target_rdp_name" {
|
|||||||
description = "Friendly name for the Target hostname in RDP windows browser rendered App"
|
description = "Friendly name for the Target hostname in RDP windows browser rendered App"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# CLOUDFLARE ACCESS APPLICATION CONFIGURATION
|
||||||
|
#======================================================
|
||||||
|
|
||||||
|
variable "cloudflare_browser_ssh_app_name" {
|
||||||
|
description = "Name of the Browser Rendering SSH App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_browser_vnc_app_name" {
|
||||||
|
description = "Name of the Browser Rendering VNC App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_infra_app_name" {
|
||||||
|
description = "Name of the Infrastructure App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_sensitive_web_app_name" {
|
||||||
|
description = "Name of the Sensitive web App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_intranet_web_app_name" {
|
||||||
|
description = "Name of the Intranet web App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_browser_rdp_app_name" {
|
||||||
|
description = "Name of the RDP windows browser rendered App in Cloudflare"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user