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