You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to prepare firewall rules in one terraform module that e.g. allows ipsec traffic on a T0 VRF and add the VPN Endpoint IP Address of the T1 dynamically in a different terraform Module.
I'm missing to features in the NSX-T Provider to do that.
Describe the solution you'd like
The ressource nsxt_policy_group needs to support "IP Addresses Only" Groups
nsxt_policy_group needs to support criteria type "group" like that:
As nsxt_ip_set resource is deprecated, either member_type = group would be best to tag the GW addresses dynamically. Would this be writing a new resource or an update to the existing policy group because NSX UI doesn't have the option to set member criteria as "group"
Is your feature request related to a problem? Please describe.
I want to prepare firewall rules in one terraform module that e.g. allows ipsec traffic on a T0 VRF and add the VPN Endpoint IP Address of the T1 dynamically in a different terraform Module.
I'm missing to features in the NSX-T Provider to do that.
Describe the solution you'd like
The ressource nsxt_policy_group needs to support "IP Addresses Only" Groups
nsxt_policy_group needs to support criteria type "group" like that:
Describe alternatives you've considered
If it is easier to implement a new ressource to create IP Addresses Only groups I could also work with that.
E.g. nsxt_policy_ip_group
Additional context
No response
The text was updated successfully, but these errors were encountered: