update
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 2m18s

This commit is contained in:
2025-11-20 15:46:09 +01:00
parent d1657056b2
commit 63d26c2300

View File

@@ -161,7 +161,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_browser"
#====================================================== #======================================================
# Creating the Self-hosted Application for Browser rendering VNC # Creating the Self-hosted Application for Browser rendering VNC
resource "cloudflare_zero_trust_access_application" "cf_app_vnc_browser" { resource "cloudflare_zero_trust_access_application" "cloudflare_app_vnc_browser" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
type = "vnc" type = "vnc"
@@ -191,7 +191,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_vnc_browser" {
# SELF-HOSTED APP: Competition App # SELF-HOSTED APP: Competition App
#====================================================== #======================================================
# Creating the Self-hosted Application for Competition web application # Creating the Self-hosted Application for Competition web application
resource "cloudflare_zero_trust_access_application" "cf_app_web_competition" { resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_competition" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
type = "self_hosted" type = "self_hosted"
@@ -221,7 +221,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_web_competition" {
# SELF-HOSTED APP: Macharpe Intranet # SELF-HOSTED APP: Macharpe Intranet
#====================================================== #======================================================
# Creating the Self-hosted Application for Administration web application # Creating the Self-hosted Application for Administration web application
resource "cloudflare_zero_trust_access_application" "cf_app_web_intranet" { resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
type = "self_hosted" type = "self_hosted"
@@ -263,11 +263,11 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" {
} }
# Domain Controller Browser-Rendered RDP Application # Domain Controller Browser-Rendered RDP Application
resource "cloudflare_zero_trust_access_application" "cf_app_rdp_domain" { resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
type = "rdp" type = "rdp"
name = var.cf_browser_rdp_app_name name = var.cloudflare_browser_rdp_app_name
app_launcher_visible = true app_launcher_visible = true
logo_url = "https://www.kevinsubileau.fr/wp-content/uploads/2016/05/RDP_icon.png" logo_url = "https://www.kevinsubileau.fr/wp-content/uploads/2016/05/RDP_icon.png"
tags = [cloudflare_zero_trust_access_tag.tags["engineers"].name] tags = [cloudflare_zero_trust_access_tag.tags["engineers"].name]