aztfmod / terraform-provider-azurecaf

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

Fix - Increase length of azurerm win vm and win vmss #200

Closed schoenr79 closed 1 year ago

schoenr79 commented 1 year ago

Issue-199

This PR is about increasing the length of the _azurerm_windows_virtualmachine and _azurerm_windows_virtual_machine_scaleset to support the max size of 64 characters, due to it is supported since introducing ARM.

The naming provider for windows vm's should support the max characters of the resource name and not restricted to the max lengs of the _computername attribute.

If this naming resource is used for the _computername attribute. It should be trimmed in the module instead.

PR Checklist


Description

Does this introduce a breaking change

Testing

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

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