azurerm_virtual_network_gateway_connection - support egress_nat_rule_ids and ingress_nat_rule_ids #16862
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #15348
As the PR 15720 has been merged, so submitted this PR to support
egress_nat_rule_ids
andingress_nat_rule_ids
to resolve above issue.--- PASS: TestAccVirtualNetworkGatewayConnection_ipsecpolicy (2091.68s)
--- PASS: TestAccVirtualNetworkGatewayConnection_connectionprotocol (2106.24s)
--- PASS: TestAccVirtualNetworkGatewayConnection_trafficSelectorPolicyMultiple (2298.72s)
--- PASS: TestAccVirtualNetworkGatewayConnection_ConnectionMode (2310.68s)
--- PASS: TestAccVirtualNetworkGatewayConnection_trafficSelectorPolicy (2412.86s)
--- PASS: TestAccVirtualNetworkGatewayConnection_useCustomBgpAddresses (2428.05s)
--- PASS: TestAccVirtualNetworkGatewayConnection_sitetositeWithoutSharedKey (2966.99s)
--- PASS: TestAccVirtualNetworkGatewayConnection_sitetosite (3019.70s)
--- PASS: TestAccVirtualNetworkGatewayConnection_updatingSharedKey (3111.74s)
--- PASS: TestAccVirtualNetworkGatewayConnection_vnettonet (3182.60s)
--- PASS: TestAccVirtualNetworkGatewayConnection_natRuleIds (2998.92s)
--- PASS: TestAccVirtualNetworkGatewayConnection_requiresImport (3241.15s)
--- PASS: TestAccVirtualNetworkGatewayConnection_useLocalAzureIpAddressEnabled (5098.20s)