Open nijave opened 1 year ago
@nijave thanks for filing this issue. could you please make sure that you are using the latest version of azurerm
? and if so, could you please share in which location you created these resources and more detail about var.user_assigned_identity.id
? because I cannot reproduce this issue with configurations almost like yours.
Is there an existing issue for this?
Community Note
Terraform Version
1.4.6
AzureRM Provider Version
3.59.0
Affected Resource(s)/Data Source(s)
azurerm_role_assignment
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
These scopes are equivalent so having
resourcegroups
vsresourceGroups
shouldn't lead to a diff. I see other attributes use a case insensitive diff suppression but it's not clear if this can also be used forscope
(maybe certain parts of the scope are case sensitive..?)Actual Behaviour
A diff is produced
Steps to Reproduce
No response
Important Factoids
No response
References
No response