Open pcsrijith opened 5 months ago
1.8.0
3.104.2
azurerm_databricks_access_connector
resource "azurerm_databricks_access_connector" "example" { name = "example-resource" resource_group_name = azurerm_resource_group.example.name location = azurerm_resource_group.example.location identity { type = "UserAssigned,SystemAssigned" identity_ids = ["/subscriptions/XXXXXXX/resourceGroups/example-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentity/TEST-UAMI"] }
expected identity.0.type e one of ["UserAssigned" "SystemAssigned"], got SystemAssigned, UserAssigned
It should create the access connector with UAMI attached and System Assigned enabled.
No response
As per MSFT documentation, "SystemAssigned,UserAssigned"value is allowed
az databricks access-connector create --name --resource-group [--identities] [--identity-type {None, SystemAssigned, SystemAssigned,UserAssigned, UserAssigned}] [--location] [--no-wait {0, 1, f, false, n, no, t, true, y, yes}] [--tags]
Hi Team, Can someone please take this up?
@tombuildsstuff could you please get some help here? Much appreciated.
Is there an existing issue for this?
Community Note
Terraform Version
1.8.0
AzureRM Provider Version
3.104.2
Affected Resource(s)/Data Source(s)
azurerm_databricks_access_connector
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
It should create the access connector with UAMI attached and System Assigned enabled.
Actual Behaviour
expected identity.0.type e one of ["UserAssigned" "SystemAssigned"], got SystemAssigned, UserAssigned
Steps to Reproduce
No response
Important Factoids
No response
References
As per MSFT documentation, "SystemAssigned,UserAssigned"value is allowed