Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

NAT Gateway Terraform Module

Modular NAT Gateway on Google Compute Engine for Terraform.

Usage

module "nat" {
  source     = "GoogleCloudPlatform/nat-gateway/google"
  region     = "us-central1"
  network    = "default"
  subnetwork = "default"
}

Add the nat-REGION-ZONE and nat-REGION tags to your instances without external IPs to route outbound traffic through the nat gateway.

Resources created