aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azurerm_databricks_workspace character limit update

benhurjoel opened this issue · comments

commented

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

commented

Opened a PR : #238