test variable replacement by creation ID
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m16s

This commit is contained in:
2025-11-24 12:41:56 +01:00
parent b5b4b9ba35
commit 7849148f3c
6 changed files with 27 additions and 6 deletions

View File

@@ -34,3 +34,10 @@ 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"
}