aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
172 stars 91 forks source link

azurerm_databricks_workspace character limit update #237

Closed benhurjoel closed 1 year ago

benhurjoel commented 1 year ago

DataBricks workspaces naming definition in the Provider accepts only 30 characters whereas the actual name can have up to 64 characters :

image

Ref : https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftdatabricks

benhurjoel commented 1 year ago

Opened a PR : https://github.com/aztfmod/terraform-provider-azurecaf/pull/238