aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
MIT License
174 stars 94 forks source link

azurerm_bastion_host - wrong resource type code (short) #36

Closed arnaudlh closed 4 years ago

arnaudlh commented 4 years ago

When creating resources for Azure Bastion Host, using a duplication short resource code type in the name generated.

azurerm_bastion_host | **snap** | 1 | 80 | false | "^[a-zA-Z0-9][a-zA-Z0-9-.]{0,78}[a-zA-Z0-9]$"

It seems to be a duplicate with azurerm_snapshots | snap.

Since there is no guidance from CAF, can we use: abast or bast? or feel free to propose other - and lets contribute back to CAF guidance.