aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashes in table storage name

corstuur opened this issue · comments

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: