diff --git a/access_applications.tf b/access_applications.tf index c04ab83..4af0e0f 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -38,7 +38,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_ssh_infra" { type = "infrastructure" name = var.cf_infra_app_name 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 = "devops" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/" @@ -122,7 +122,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_ssh_browser" { name = var.cf_browser_ssh_app_name 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" - tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] + tags = "devops" session_duration = "0s" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/" @@ -156,7 +156,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_vnc_browser" { name = var.cf_browser_vnc_app_name app_launcher_visible = true logo_url = "https://blog.zwindler.fr/2015/07/vnc.png" - tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] + tags = "devops" session_duration = "0s" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/" @@ -187,7 +187,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_web_competition" { name = var.cf_sensitive_web_app_name app_launcher_visible = true logo_url = "https://img.freepik.com/free-vector/trophy_78370-345.jpg" - tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] + tags = "devops" session_duration = "0s" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/" @@ -219,7 +219,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_web_intranet" { name = var.cf_intranet_web_app_name app_launcher_visible = true 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 = "devops" session_duration = "0s" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/" @@ -261,7 +261,7 @@ resource "cloudflare_zero_trust_access_application" "cf_app_rdp_domain" { name = var.cf_browser_rdp_app_name app_launcher_visible = true 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 = "devops" session_duration = "0s" custom_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/"