aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow hyphens in arzurerm_shared_image

schoenr79 opened this issue · 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