aztfmod / terraform-provider-azurecaf

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

in azcaf_naming module, why slug for azurerm_app_service_plan is plan instead of asp? #253

Open CShen-101-solution opened 10 months ago

CShen-101-solution commented 10 months ago

In Azure Article below, Microsoft recommend to use asp as abbreviation for app service plan

https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations#compute-and-web

app Service plan Microsoft.Web/serverFarms asp
VincentVerweij commented 10 months ago

@CShen-101-solution, I was thinking the same but the other way around. It used to be plan and here I am seeing asp. So I went looking into the backed repo and found this commit: https://github.com/MicrosoftDocs/cloud-adoption-framework/commit/290e5fa13fff784f58110a9a4a9de3d542dfe380. There you will see on line 87 that it has been changed from plan to asp on 25 October 2022.

So this repo is probably missing that update.