Skip to content

Commit

Permalink
Update nat_gateway_v2.md (#1140)
Browse files Browse the repository at this point in the history
VPC IDs can also be used as "router_id" to create a NAT gateway for a VPC. The documentation does not reflect this.
  • Loading branch information
doktormerlin authored Jun 22, 2021
1 parent 97a346d commit 85b6552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/nat_gateway_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following arguments are supported:
* `tenant_id` - (Optional) The target tenant ID in which to allocate the nat
gateway. Changing this creates a new nat gateway.

* `router_id` - (Required) ID of the router this nat gateway belongs to. Changing
* `router_id` - (Required) ID of the router (or VPC) this nat gateway belongs to. Changing
this creates a new nat gateway.

* `internal_network_id` - (Required) ID of the network this nat gateway connects to.
Expand Down

0 comments on commit 85b6552

Please sign in to comment.