diff --git a/Integrations-Identity_providers.tf b/Integrations-Identity_providers.tf index ba6f413..f0d48f2 100644 --- a/Integrations-Identity_providers.tf +++ b/Integrations-Identity_providers.tf @@ -34,10 +34,3 @@ resource "cloudflare_zero_trust_access_identity_provider" "authentik_oidc" { token_url = "https://authentik.${var.cloudflare_authentik_domain}/application/o/token/" } } - -data "cloudflare_zero_trust_access_identity_provider" "gmail" { - account_id = local.cloudflare_account_id - - identity_provider_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415" - zone_id = "zone_id" -}