aztfmod / terraform-provider-azurecaf

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

Update resource def #66

Closed arnoldna closed 3 years ago

arnoldna commented 3 years ago

Added Virtual Hub naming regex

Nepomuceno commented 3 years ago

According to git you are changing all the files it is probably because you have a different line ending. Might be work looking into that.

Nepomuceno commented 3 years ago

You need to run 'go generate' after you added the definition them it will update the required files for you after that I recommend running 'go test ./...' To check if all the tests are still working

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
0.0% 0.0% Duplication

Nepomuceno commented 3 years ago

Elready fixed by other PR

arnaudlh commented 3 years ago

Closing as the change is included in #72 - thanks @arnoldna for your contribution