-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for delegatedManagedIdentityResourceId to azurerm_role_definition resource #9348
Comments
Swagger PR (draft) that will enable Terraform to support this new property: Azure/azure-rest-api-specs#11510 |
We are super keen to have this feature as we are blocked on use of Terraform through Lighthouse using this. |
|
@njuCZ Thanks for explaining the dependency - is that work to resolve the issue with the merged PR above being tracked on GitHub? |
This has been released in version 2.62.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.62.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Enable the Azure Lighthouse scenario described in this article with Terraform: Deploy a policy that can be remediated within a delegated subscription
In order to accomplish this, a new property has been added to role definitions in 2019-04-01-preview API. This property "delegatedManagedIdentityResourceId" is required for assigning roles in Azure Lighthouse. Update the azurerm_role_assignment resource to include the new property.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: