# create vpn gateway
module "aws_vpn_gateway" {
source = "github.com/ellerbrock/tf-aws-vpn-gateway"
vpc_id = "YOUR_VPC_ID_HERE"
tags {
terraform = "true"
}
}
This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License and the underlying source code is licensed under the MIT license.