aztfmod / terraform-provider-azurecaf

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

Update validation regex #67

Closed benhurjoel closed 3 years ago

benhurjoel commented 3 years ago

Updated validation regex for "azurerm_shared_image_gallery" and "azurerm_shared_image"

New regex : ^[^\W][\w._]{0,79}(?<![-.])$

Reference : https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting-shared-images

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Nepomuceno commented 3 years ago

This has been superseded by #68