aztfmod / terraform-provider-azurecaf

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

Allow hyphens in arzurerm_shared_image #212

Closed schoenr79 closed 1 year ago

schoenr79 commented 1 year ago

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.

schoenr79 commented 1 year ago

see PR https://github.com/aztfmod/terraform-provider-azurecaf/issues/213