Update access_service_auth.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-11-16 12:24:59 +01:00
parent 8a34c3de55
commit 6001bd9594

View File

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