vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
123 stars 80 forks source link

Add helper for future vpc resources #1234

Closed annakhm closed 1 month ago

annakhm commented 1 month ago

This helper will be used in autogenerated vpc resources that don't have explicit parent path in schema

ksamoray commented 1 month ago

I'd put this in utl_file_template.yaml which will place this here after make api-wrapper. Capitalize the func name, so it will be accessible (and while so, also the linter won't complain about..)

annakhm commented 1 month ago

I'd put this in utl_file_template.yaml which will place this here after make api-wrapper. Capitalize the func name, so it will be accessible (and while so, also the linter won't complain about..)

That's a good idea, but I prefer to wait with it until we have a single home place for the wrapper generator and templates