Skip to content

Commit

Permalink
Update kusto_cluster_principal_assignment.html.markdown (#28896)
Browse files Browse the repository at this point in the history
change client_id to principal_id ,this example is not working.
  • Loading branch information
Piyaphong authored Feb 27, 2025
1 parent d0114fb commit 3a567a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "azurerm_kusto_cluster_principal_assignment" "example" {
cluster_name = azurerm_kusto_cluster.example.name
tenant_id = data.azurerm_client_config.current.tenant_id
principal_id = data.azurerm_client_config.current.client_id
principal_id = data.azurerm_client_config.current.principal_id
principal_type = "App"
role = "AllDatabasesAdmin"
}
Expand Down

0 comments on commit 3a567a0

Please sign in to comment.