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:
The problem code/definition is in the resourcedefinition.json file:
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:
The problem code/definition is in the resourcedefinition.json file:
https://github.com/aztfmod/terraform-provider-azurecaf/blob/77a262d115b9cb7d284c26a399c5ad12f6f02b88/resourceDefinition.json#L2243