magic-modules icon indicating copy to clipboard operation
magic-modules copied to clipboard

Added new resource "Router Nat Address"

Open matheusaleixo-cit opened this issue 6 months ago • 10 comments

Adds new resource google_compute_router_nat_address, allowing changes to the nat_ips and drain_nat_ips fields separately from the google_compute_router_nat resource.

Also adds a new field initial_nat_ip for resource google_compute_router_nat as well, to be used for the required address during creation.

Part of: https://github.com/hashicorp/terraform-provider-google/issues/6812

Release Note Template for Downstream PRs (will be copied)

`google_compute_router_nat_address`
compute: added 'initial_nat_ip' field to 'google_compute_router_nat' resource;

matheusaleixo-cit avatar Aug 07 '24 22:08 matheusaleixo-cit