change tags
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m42s

This commit is contained in:
2025-11-20 11:18:16 +01:00
parent 5d23f7bb26
commit 83aa910a7a

View File

@@ -51,7 +51,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.tags.name] tags = ["engineers"]
custom_deny_url = "https://denied.macharpe.com/" custom_deny_url = "https://denied.macharpe.com/"
custom_non_identity_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/"