diff --git a/access_service_auth.tf b/access_service_auth.tf index aa3b354..8b7f394 100644 --- a/access_service_auth.tf +++ b/access_service_auth.tf @@ -1,3 +1,8 @@ +# ============================================================================= +# CLOUDFLARE : Access : service auth +# ============================================================================= + +# resource "cloudflare_zero_trust_access_identity_provider" "gmail" { account_id = local.cloudflare_account_id name = "Gmail" @@ -9,6 +14,7 @@ resource "cloudflare_zero_trust_access_identity_provider" "gmail" { } } +# resource "cloudflare_zero_trust_access_identity_provider" "authentik_oidc" { account_id = local.cloudflare_account_id name = "Authentik OIDC"