aztfmod/terraform-provider-azurecaf

Allow hyphens in arzurerm_shared_image

schoenr79 opened this issue · 1 comments

Extend the naming pattern for azurerm_shared_image to support hypens.

https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftcompute

Hyphens are allowed in shared shared images

This resource type is used in terraform-azurerm-caf/modules/shared_image_gallery/image_definitions which actually allows hypens to use.

see PR #213