website/integrations: Fix deprecated terraform ressource authentik_scope_mapping in docs (#12554)
This commit is contained in:
@ -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,
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user