Skip to content

Terraform module which setup a static routed vpn connection.

License

Notifications You must be signed in to change notification settings

zoitech/terraform-aws-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-vpn

The following resources are created:

  • VPN gateway
  • Customer gateway
  • VPN connection
  • VPN connection route(s)
  • Routes

Usage

module "vpn" {
  source = "git::https://github.com/zoitech/terraform-aws-vpn.git"
  name = "CORP_NET"
  cgw_ip = "1.2.3.4"
  vpc_id = module.network.vpc_id
  route_private = module.network.rt_private_id
  destination_cidr_block = ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
}

Authors

Module managed by Zoi.

License

MIT License. See LICENSE for full details.

About

Terraform module which setup a static routed vpn connection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages