aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
173 stars 92 forks source link

Incorrect validationRegex for resource `azurerm_managed_disk` #129

Closed sbgillett closed 2 years ago

sbgillett commented 2 years ago

The provider currently allows only alphanumeric and underscores, which doesn't match current validation rules.

Azure Portal validation message:

The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.