1
0
Форкнуть 0
terraform-azure-azureacadem.../resource.azurerm_role_assig...

6 строки
229 B
HCL

resource "azurerm_role_assignment" "PowerShellSP" {
scope = data.azurerm_subscription.current.id
role_definition_name = "Contributor"
principal_id = azuread_service_principal.PowerShellSP.object_id
}