Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSXT terraform provider needs to support intrusion service policies on T1 gateway #1549

Open
hbechtel opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
enhancement Enhancement

Comments

@hbechtel
Copy link

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

The resource "nsxt_policy_intrusion_service_policy" only supports distributed IDPS policies and to apply IDPS rules to the distributed firewall (DFW) or to more specific security groups (using the "scope" argument). I need to be able to create intrusion service policies (and rules) that get applied to a T1 gateway.

Describe the solution you'd like

As already possible for firewall policies ("nsxt_policy_security_policy" and "nsxt_policy_gateway_policy") I have to be able to configure ditributed intrusion service policies as well as gateway intrusion service policies by using different resource types, e.g. "nsxt_policy_intrusion_service_policy" for dIDPS and "nsxt_policy_gateway_intrusion_service_policy" for gwIDPS on T1 gateways.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants