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

@@ -50,14 +50,14 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_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
}