From 0d7d151048b8fd4b26d9ba490df5ea4a7d21f4ff Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 21:39:18 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_applications.tf b/access_applications.tf index 617216f..146fa1f 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -10,7 +10,7 @@ resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_a domain = "home.tips-of-mine.org" session_duration = "24h" skip_interstitial = true - tags = [cloudflare_zero_trust_access_tag.tags.name] + tags = ["engineers"] } data "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" {