website/integrations: Fix deprecated terraform ressource authentik_scope_mapping in docs (#12554)

This commit is contained in:
MaBu
2025-01-06 13:10:55 +01:00
committed by GitHub
parent 943fd6b78b
commit 6b1802697d
2 changed files with 9 additions and 9 deletions

View File

@ -110,9 +110,9 @@ resource "authentik_provider_oauth2" "argocd" {
]
property_mappings = [
data.authentik_scope_mapping.scope-email.id,
data.authentik_scope_mapping.scope-profile.id,
data.authentik_scope_mapping.scope-openid.id,
data.authentik_property_mapping_provider_scope.scope-email.id,
data.authentik_property_mapping_provider_scope.scope-profile.id,
data.authentik_property_mapping_provider_scope.scope-openid.id,
]
}