vmware / terraform-provider-vmc

Terraform Provider for VMware Cloud on AWS
https://registry.terraform.io/providers/vmware/vmc/
Mozilla Public License 2.0
24 stars 27 forks source link

chore: update var-naming #268

Closed tenthirtyam closed 1 month ago

tenthirtyam commented 1 month ago

In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.

Summary of Pull Request

Resolves the following seen in govet with golangci-lint:

var-naming: var <foo>Ids should be <foo>IDs (revive)
                var <foo>Ids []string
                    ^

Type of Pull Request

Related to Existing Issues

Issue Number: N/A

Test and Documentation Coverage

For bug fixes or features:

Breaking Changes?