PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
MIT License
89 stars 73 forks source link

panos_panorama_nat_rule_group implement missing HA binding argument #353

Open jacco32 opened 2 years ago

jacco32 commented 2 years ago

Is your feature request related to a problem?

the panos_panorama_nat_rule_group (panos_nat_rule_group) is missing HA binding argument, making it currently unusable in our setup. note the ansible panos module and python panos SDK do support this.

Describe the solution you'd like

implement missing HA binding argument.

Describe alternatives you've considered

the NAT rules are now going to be automated using python SDK, while the != NAT automation is done using Terraform.

Additional context

our Palo Alto setup needs 2 NAT rule "instances" per NAT rule, one with active/active HA binding 0 and one with active/active HA binding 1.

welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!