update name

This commit is contained in:
2025-11-24 14:36:26 +01:00
parent cc0cf182af
commit eb00c3cda0
6 changed files with 64 additions and 30 deletions

View File

@@ -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
}