aztfmod / terraform-provider-azurecaf

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

Add support for App Service Environment naming convention #8

Closed iriahk89 closed 3 years ago

iriahk89 commented 4 years ago
iriahk89 commented 4 years ago

Reopen issue as working with support to get the right REGEX for ASE

iriahk89 commented 3 years ago

image

Latest update working with support. The validation should change to 36 instead of 37 for ASE name without ".appserviceenvironment.net " so the full name should not exceed 62 characters

iriahk89 commented 3 years ago

@arnaudlh @nyuen could you guys help to fast track this fix as we had issue on ASE name now as the module using storage account validation.. we cant utilize ase from this provider as its will throw error because of char limit as mentioned above. just need to decrease the limit by one

@LaurentLesle for visibility

image