Past year
All results
- All results
- Verbatim
Feb 29, 2024 · Terraform module to assign either a custom or built in role to a resource in Azure. Published February 29, 2024 by andrewCluey
Mar 8, 2024 · I need build a terraform module where I could provider several roles for one principal ID. I already built one module what provider one role for one principal ...
Jul 2, 2024 · Assign roles to users, groups and service principals. This Terraform module assigns BUILT IN roles to users, groups and service principals.
Mar 21, 2024 · Import the existing role assignment into Terraform state to the specified resource name. Just to reiterate, this role assignment CAN be created using Terraform.
Nov 15, 2023 · It keeps replacing the role assignment id everytime it is run. Steps to Reproduce Try running terraform plan twice for assigning the same policy with the role ...
Jan 2, 2024 · In this blog post, we'll explore the importance of Azure RBAC and guide you through how to manage role assignments using Terraform.
Sep 13, 2024 · I want to import an azurerm_role_assignment (Azure) in Terraform dependent on my environment (dev, test, prod) by using an import block.