You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easy fix is to add the "-" into the validation rule. However looking to see if we should also add a TODO in variables w/ the default value corresponding to the resource name and curious if this should be accommodated for in the default testing process.
The text was updated successfully, but these errors were encountered:
Check for previous/existing GitHub issues
Description
Not sure best way to accommodate but AVM checklist calls out the need to add "resourceType-" as a variable/local for Terraform. The example today validates the name being passed into the module to ensure all lower case and numbers...the "-" will break this. https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-snfr25---category-composition---resource-naming
The easy fix is to add the "-" into the validation rule. However looking to see if we should also add a TODO in variables w/ the default value corresponding to the resource name and curious if this should be accommodated for in the default testing process.
The text was updated successfully, but these errors were encountered: