test modify
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m52s

This commit is contained in:
2025-11-24 17:17:37 +01:00
parent 25d17d59f7
commit 22014ae962
3 changed files with 14 additions and 14 deletions

View File

@@ -172,17 +172,17 @@ variable "dns_proxied" {
#======================================================
# IDENTITY PROVIDERS
#======================================================
#variable "cloudflare_okta_identity_provider_id" {
# description = "Okta Identity Provider ID in Cloudflare"
# type = string
# sensitive = true
#}
variable "cloudflare_okta_identity_provider_id" {
description = "Okta Identity Provider ID in Cloudflare"
type = string
sensitive = true
}
#variable "cloudflare_otp_identity_provider_id" {
# description = "OneTime PIN identity provider ID in Cloudflare"
# type = string
# sensitive = true
#}
variable "cloudflare_otp_identity_provider_id" {
description = "OneTime PIN identity provider ID in Cloudflare"
type = string
sensitive = true
}
#variable "cloudflare_azure_identity_provider_id" {
# description = "Azure Entra ID identity provider ID in Cloudflare"