Fix typo in Cloud NAT documentation (#2883)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-15 17:39:05 -08:00 committed by Riley Karson
parent 8b7faaa7dd
commit 411bf089d1

View File

@ -49,7 +49,7 @@ resource "google_compute_router_nat" "simple-nat" {
```
A production-like configuration: enable NAT for one Subnetwork and use a list of
static external IP address.
static external IP addresses.
```hcl
resource "google_compute_network" "default" {