From 6001bd9594a2256e4c82120dbc98e2fbd14eb37e Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 12:24:59 +0100 Subject: [PATCH] Update access_service_auth.tf --- access_service_auth.tf | 6 ++++++ 1 file changed, 6 insertions(+) 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"