remove all file
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-11-24 17:25:19 +01:00
parent 12d164d9ce
commit 1bd9138ab1
2 changed files with 3 additions and 3 deletions

View File

@@ -144,14 +144,14 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_gcp_app_ssh_infr
include = [
{
saml = {
identity_provider_id = var.cloudflare_okta_identity_provider_id
identity_provider_id = cloudflare_zero_trust_access_identity_provider.authentik_oidc.id
attribute_name = "groups"
attribute_value = var.okta_infra_admin_saml_group_name
}
},
{
saml = {
identity_provider_id = var.cloudflare_okta_identity_provider_id
identity_provider_id = cloudflare_zero_trust_access_identity_provider.authentik_oidc.id
attribute_name = "groups"
attribute_value = var.okta_contractors_saml_group_name
}