update name
This commit is contained in:
60
variables.tf
60
variables.tf
@@ -516,21 +516,6 @@ variable "cloudflare_target_rdp_name" {
|
||||
# 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
|
||||
@@ -541,7 +526,50 @@ variable "cloudflare_intranet_web_app_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_browser_rdp_app_name" {
|
||||
#======================================================
|
||||
# CLOUDFLARE ACCESS APPLICATION CONFIGURATION AWS
|
||||
#======================================================
|
||||
|
||||
variable "cloudflare_aws_browser_ssh_app_name" {
|
||||
description = "Name of the Browser Rendering SSH App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_aws_browser_vnc_app_name" {
|
||||
description = "Name of the Browser Rendering VNC App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_aws_infra_app_name" {
|
||||
description = "Name of the Infrastructure App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_aws_browser_rdp_app_name" {
|
||||
description = "Name of the RDP windows browser rendered App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
#======================================================
|
||||
# CLOUDFLARE ACCESS APPLICATION CONFIGURATION GCP
|
||||
#======================================================
|
||||
|
||||
variable "cloudflare_gcp_browser_ssh_app_name" {
|
||||
description = "Name of the Browser Rendering SSH App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_gcp_browser_vnc_app_name" {
|
||||
description = "Name of the Browser Rendering VNC App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_gcp_infra_app_name" {
|
||||
description = "Name of the Infrastructure App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_gcp_browser_rdp_app_name" {
|
||||
description = "Name of the RDP windows browser rendered App in Cloudflare"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user