From 456b5d159b8eaec0623ad4be9e5023d31d306a7a Mon Sep 17 00:00:00 2001 From: hcornet Date: Mon, 24 Nov 2025 12:45:22 +0100 Subject: [PATCH] removal of a decommissioned field --- Integrations-Identity_providers.tf | 7 ------- 1 file changed, 7 deletions(-) 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" -}