Docs: Add custom fields to Azure/Entra Terraform example (#108222)

Add custom fields to Azure/Entra TF example
This commit is contained in:
Misi
2025-07-18 13:00:31 +02:00
committed by GitHub
parent 5b9cb1f568
commit 0cb6e3fe93

View File

@ -271,6 +271,10 @@ resource "grafana_sso_settings" "azuread_sso_settings" {
allow_assign_grafana_admin = false
skip_org_role_sync = false
use_pkce = true
custom = {
domain_hint = "contoso.com"
force_use_graph_api = "true"
}
}
}
```