honestbank / terraform-aws-hybrid-vpn-gcp

Terraform-managed repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform AWS Hybrid VPN GCP

HA IPsec managed cloud VPN between AWS and GCP with automatic route propagation into target VPCs.

Requirements

No requirements.

Providers

No providers.

Modules

Name Source Version
aws-hybrid-vpn-gcp ./aws-hybrid-vpn-gcp n/a

Resources

No resources.

Inputs

Name Description Type Default Required
aws_subnet_ids AWS subnets to connect the VPN to list(string) n/a yes
aws_vpc_id AWS VPC to connect the VPN to string n/a yes
gcp_network_id ID of the GCP VPC network to connect the VPN to (must be the same network as gcp_network_name) string n/a yes
gcp_network_name Name of the GCP VPC network to connect the VPN to string n/a yes
gcp_subnetwork_name GCP subnet to connect the VPN to string n/a yes
google_credentials Contents of a JSON keyfile of an account with write access to the project string n/a yes
google_project The GCP project to use for this run string n/a yes
google_region GCP region used to create all resources in this run string n/a yes
resource_suffix String used in various resources to suffix resource names related to this VPN setup string n/a yes

Outputs

No outputs.

About

Terraform-managed repo.


Languages

Language:HCL 52.4%Language:Go 46.0%Language:JavaScript 0.8%Language:Makefile 0.8%