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

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

Add Support for attaching public IP addresses #8

Closed jchancellor-ms closed 2 months ago

jchancellor-ms commented 9 months ago

The current code supports inclusion of public IP prefixes, but the more common configuration is to attach a public IP by migrating an existing PIP or creating a new one with the NAT gateway. See example here ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/nat_gateway_public_ip_association) . Would it be possible to update the module to include this capability?

jchancellor-ms commented 2 months ago

@mbilalamjad - This issue is getting aged and this represents one of the most common configurations. Would you like me to create a PR to add this functionality?