vmware / terraform-provider-nsxt

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

Add the ability to create pollicy groups that are of the "IP Address Only" type. #1199

Closed erempel closed 4 months ago

erempel commented 4 months ago

Is your feature request related to a problem? Please describe.

NXS has a limitation thet if you want to include a group as a member of another group by using group tags, then the child group MUST be of the type "IP Address Only".

Describe the solution you'd like

A top level parameter of "group_type" that can take the value of "IPAddress" to create such a group.

Describe alternatives you've considered

No response

Additional context

No response