From 42d521e762902a4f826ce11f9ca7cdc0e0f40887 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 15 Nov 2025 20:38:16 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/variables.tf b/variables.tf index 06010ec..1945bf9 100644 --- a/variables.tf +++ b/variables.tf @@ -115,17 +115,17 @@ variable "cf_otp_identity_provider_id" { sensitive = true } -variable "cf_azure_identity_provider_id" { - description = "Azure Entra ID identity provider ID in Cloudflare" - type = string - sensitive = true -} +#variable "cf_azure_identity_provider_id" { +# description = "Azure Entra ID identity provider ID in Cloudflare" +# type = string +# sensitive = true +#} -variable "cf_azure_admin_rule_group_id" { - description = "Azure Administrators Rule Group ID in Cloudflare" - type = string - sensitive = true -} +#variable "cf_azure_admin_rule_group_id" { +# description = "Azure Administrators Rule Group ID in Cloudflare" +# type = string +# sensitive = true +#} #====================================================== # OKTA SAML GROUPS