This commit is contained in:
10
access_tags.tf
Normal file
10
access_tags.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
# =============================================================================
|
||||
# CLOUDFLARE : Access : Tags
|
||||
# =============================================================================
|
||||
|
||||
#
|
||||
resource "cloudflare_zero_trust_access_tag" "tags" {
|
||||
for_each = toset(var.cloudflare_access_tags)
|
||||
account_id = local.cloudflare_account_id
|
||||
name = each.value
|
||||
}
|
||||
Reference in New Issue
Block a user