Update access.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s

This commit is contained in:
2025-11-14 18:29:18 +01:00
parent 78beac717a
commit aed1da8bcd

View File

@@ -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"
}