test 20
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 4m43s

This commit is contained in:
2025-11-24 11:51:19 +01:00
parent fb698c693b
commit 0dc6b4985c
5 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
type = "infrastructure"
name = var.cloudflare_infra_app_name
logo_url = "https://upload.wikimedia.org/wikipedia/commons/0/01/Google-cloud-platform.svg"
tags = ["engineers"]
tags = [cloudflare_zero_trust_access_tag.tags["engineers"].name]
custom_deny_url = "https://denied.tips-of-mine.org/"
custom_non_identity_deny_url = "https://denied.tips-of-mine.org/"