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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
VPN Gateway resource has NAT Rules in Preview, this feature request is to add a new resource to create nat rules as well as an associative resource to link a nat rule to a connection.
It's probably best the resource mimics the equivalent Virtual WAN resource azurerm_vpn_gateway_nat_rule as closely as possible.
Additionally currently, adding NAT rules through the portals to a azurerm_virtual_network_gateway makes following applies to fail do to existing NAT rules.
To resolve the issue #15348, it has to implement Virtual Network Gateway Nat Rule first. Once this PR is merged, I assume it has to submit another PR to implement egressNatRules and ingressNatRules of Virtual Network Gateway Connection (azurerm_virtual_network_gateway_connection).
…ids and ingress_nat_rule_ids (#16862)
fixes#15348
As the PR 15720 has been merged, so submitted this PR to support egress_nat_rule_ids and ingress_nat_rule_ids to resolve above issue.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
VPN Gateway resource has NAT Rules in Preview, this feature request is to add a new resource to create nat rules as well as an associative resource to link a nat rule to a connection.
It's probably best the resource mimics the equivalent Virtual WAN resource
azurerm_vpn_gateway_nat_rule
as closely as possible.Additionally currently, adding NAT rules through the portals to a
azurerm_virtual_network_gateway
makes following applies to fail do to existing NAT rules.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: