Open DevopsMercenary opened 3 weeks ago
HI, any updates on this?
I've run into this issue again today as well.
Terraform v1.9.8
on darwin_arm64
+ provider registry.terraform.io/hashicorp/azuread v3.0.2
+ provider registry.terraform.io/hashicorp/azurerm v4.8.0
+ provider registry.terraform.io/hashicorp/random v3.6.3
I would guess that this is being caused by prevent_duplicate_names = true
resource "azuread_group" "blob-read-write" {
display_name = "sales-blob-read-write"
prevent_duplicate_names = true
description = "Allow group members to read and modify all containers in the storage account ${local.storage-account-resource-map.resource_name}"
security_enabled = true
}
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureAD Provider Version
3.0.2
I manually deleted the groups and downgraded the provider to 2.53.1 and did not experience this issue
Affected Resource(s)/Data Source(s)
azuread_group
Terraform Configuration Files
Expected Behaviour
Updated the names of my groups
Actual Behaviour
Steps to Reproduce
No response
Important Factoids
No response
References
No response