Update test02.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-11-19 17:50:56 +01:00
parent 9bb3059ebd
commit ec5c494826

View File

@@ -18,7 +18,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
type = "infrastructure" type = "infrastructure"
name = var.cloudflare_infra_app_name name = var.cloudflare_infra_app_name
logo_url = "https://upload.wikimedia.org/wikipedia/commons/0/01/Google-cloud-platform.svg" logo_url = "https://upload.wikimedia.org/wikipedia/commons/0/01/Google-cloud-platform.svg"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = ["engineers"]
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"
@@ -102,7 +102,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_browser"
name = var.cloudflare_browser_ssh_app_name name = var.cloudflare_browser_ssh_app_name
app_launcher_visible = true app_launcher_visible = true
logo_url = "https://cdn.iconscout.com/icon/free/png-256/free-database-icon-download-in-svg-png-gif-file-formats--ui-elements-pack-user-interface-icons-444649.png" logo_url = "https://cdn.iconscout.com/icon/free/png-256/free-database-icon-download-in-svg-png-gif-file-formats--ui-elements-pack-user-interface-icons-444649.png"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = ["engineers"]
session_duration = "0s" session_duration = "0s"
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"
@@ -136,7 +136,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_vnc_browser"
name = var.cloudflare_browser_vnc_app_name name = var.cloudflare_browser_vnc_app_name
app_launcher_visible = true app_launcher_visible = true
logo_url = "https://blog.zwindler.fr/2015/07/vnc.png" logo_url = "https://blog.zwindler.fr/2015/07/vnc.png"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = ["engineers"]
session_duration = "0s" session_duration = "0s"
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"
@@ -167,7 +167,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_competit
name = var.cloudflare_sensitive_web_app_name name = var.cloudflare_sensitive_web_app_name
app_launcher_visible = true app_launcher_visible = true
logo_url = "https://img.freepik.com/free-vector/trophy_78370-345.jpg" logo_url = "https://img.freepik.com/free-vector/trophy_78370-345.jpg"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = ["engineers"]
session_duration = "0s" session_duration = "0s"
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"
@@ -199,7 +199,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet
name = var.cloudflare_intranet_web_app_name name = var.cloudflare_intranet_web_app_name
app_launcher_visible = true app_launcher_visible = true
logo_url = "https://raw.githubusercontent.com/uditkumar489/Icon-pack/master/Entrepreneur/digital-marketing/svg/computer-1.svg" logo_url = "https://raw.githubusercontent.com/uditkumar489/Icon-pack/master/Entrepreneur/digital-marketing/svg/computer-1.svg"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = ["engineers"]
session_duration = "0s" session_duration = "0s"
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"
@@ -241,7 +241,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain"
name = var.cloudflare_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.zero_trust_demo_tag.name] tags = ["engineers"]
session_duration = "0s" session_duration = "0s"
custom_deny_url = "https://denied.tips-of-mine.org/" custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/" custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"