Azure / terraform-azurerm-avm-res-network-natgateway

Terraform Module for Nat Gateway
MIT License
5 stars 5 forks source link

added pubip and subnet support #73

Closed jchancellor-ms closed 2 months ago

jchancellor-ms commented 2 months ago

Description

This PR adds the ability to configure and associate individual public IP addresses to a NAT Gateway. It also enables an interface to define subnet associations for the NAT gateway.

Fixes #8 Fixes #20 Fixes #74 Closes #8 Closes #20 Closes #74

Type of Change

Checklist

jchancellor-ms commented 2 months ago

@mbilalamjad - This PR closes the two open issues for NAT Gateway. Please ping me if you have questions. It adds public IP and subnet association interfaces to implement the most common configuration for NAT gateway.

joshbsemperis commented 2 months ago

Can this be merged?