aztfmod / terraform-provider-azurecaf

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

Dashes in table storage name #233

Open corstuur opened 1 year ago

corstuur commented 1 year ago

Currently the table storage name inserts dashes. This creates a problem as this is not a valid name for azure table storage. tables in a storage account can only contain alphanumeric characters:

image

The problem code/definition is in the resourcedefinition.json file:

https://github.com/aztfmod/terraform-provider-azurecaf/blob/77a262d115b9cb7d284c26a399c5ad12f6f02b88/resourceDefinition.json#L2243