This repository contains a terraform module that allows you to deploy a NAT hosted on GCP's compute instances as backend to a TCP proxy load balancer
Name | Version |
---|---|
terraform | >=1.0.8 |
>= 3.87.0 | |
google-beta | >= 3.87.0 |
Name | Version |
---|---|
3.87.0 | |
google-beta | 3.88.0 |
random | 3.1.0 |
No modules.
Name | Type |
---|---|
google-beta_google_compute_forwarding_rule.nat_lb_forwarding_rule | resource |
google_compute_firewall.fw-iap | resource |
google_compute_instance_template.instance_template | resource |
google_compute_region_backend_service.default | resource |
google_compute_region_health_check.default | resource |
google_compute_region_instance_group_manager.mig | resource |
random_id.suffix | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
machine_type | n/a | string |
"e2-small" |
no |
network | n/a | any |
n/a | yes |
project | n/a | any |
n/a | yes |
region | n/a | string |
"asia-southeast1" |
no |
subnetwork | n/a | any |
n/a | yes |
No outputs.