这是indexloc提供的服务,不要输入任何密码
Skip to content

nippip/terraform-google-nat-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modular NAT Gateway on Google Compute Engine for Terraform.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 75.4%
  • Shell 24.6%