update file
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s

This commit is contained in:
2025-11-24 19:55:28 +01:00
parent 8c5c2102ae
commit 471024e022
3 changed files with 63 additions and 21 deletions

View File

@@ -1,11 +1,12 @@
# =============================================================================
# CLOUDFLARE : Access Controls : Applications
# CLOUDFLARE : Access Controls : Applications > self_hosted
# =============================================================================
#======================================================
# INFRASTRUCTURE Application: Test Home Network Access
#======================================================
~
#
resource "cloudflare_zero_trust_access_application" "zero_trust_access_application" {
account_id = local.cloudflare_account_id
@@ -15,13 +16,13 @@ resource "cloudflare_zero_trust_access_application" "zero_trust_access_applicati
session_duration = "24h"
skip_interstitial = true
tags = [cloudflare_zero_trust_access_tag.tags["engineers"].name]
# tags = [for tag in cloudflare_zero_trust_access_tag.tags : tag.name]
depends_on = [
cloudflare_zero_trust_access_tag.tags
]
}
#
data "cloudflare_zero_trust_access_application" "zero_trust_access_application" {
account_id = local.cloudflare_account_id