Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Aug 11, 2022 · How to add Azure User Assigned Managed Identity to Azure AD group in Terraform? 2 · Azure AD Group- Authorization_RequestDenied - Insufficient ...
Jan 2, 2023 · I tried to reproduce the same in my environment. variable "ad_groups" { description = "Azure AD groups to be added" type = list(object({ ...
Oct 24, 2023 · I don't really find anything in the documentation about adding a role to an application registration im using the azuread provider btw. I look ...
Aug 10, 2022 · Once you have a custom role assignment with the appropriate permissions then assign the principal that is executing the terraform apply with ...
Aug 5, 2022 · I already explore terraform official documentation but it lacks examples on how to specify adding role assignment. data "azurerm_subscription" " ...
Oct 25, 2023 · Here is the Terraform code to create an azuread_application_registration and assign the Contributor role to the created service principal .
Mar 26, 2023 · 1 Answer 1 ... My expectation is to have the cns sg group to get reader role on the created resource group. Thanks to Kombajn zbożowy for ...
Feb 20, 2022 · I am trying to create multiple role assignments using a typical variable given below where "permission {}" is a new variable I would like to ...
Aug 26, 2020 · I am creating a terraform plan to setup some resources (among others an AKS cluster) in Azure. For the use of the cluster, I've created a ...
May 22, 2023 · I'm trying to create Azure AD directory role assignments by looping through an object array containing role name and a list attribute with the ...