From aed1da8bcd6c84d2fe3b72ce9b2e91e327f00672 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:29:18 +0100 Subject: [PATCH] Update access.tf --- access.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/access.tf b/access.tf index aed2695..85100c1 100644 --- a/access.tf +++ b/access.tf @@ -44,3 +44,13 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli # ============================================================================= # + +# ============================================================================= +# CLOUDFLARE : Access : Tags +# ============================================================================= + +# +resource "cloudflare_zero_trust_access_tag" "example_zero_trust_access_tag" { + account_id = local.cloudflare_account_id + name = "engineers" +} \ No newline at end of file