Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s
17 lines
513 B
HCL
17 lines
513 B
HCL
# =============================================================================
|
|
# CLOUDFLARE : Access : Groups
|
|
# =============================================================================
|
|
|
|
#
|
|
#resource "cloudflare_zero_trust_access_policy" "allow_policie" {
|
|
# account_id = local.cloudflare_account_id
|
|
# name = "Allow"
|
|
# decision = "allow"
|
|
# session_duration = "24h"
|
|
#
|
|
# include = [{
|
|
# group = {
|
|
# id = cloudflare_zero_trust_access_group.default_groups.id
|
|
# }
|
|
# }]
|
|
#} |