magic-modules
magic-modules copied to clipboard
Added new resource "Router Nat Address"
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;