https://github.com/ellerbrock/tf-aws-vpn-gateway
:hatched_chick: terraform aws module - create vpn gateway
https://github.com/ellerbrock/tf-aws-vpn-gateway
aws devops iac module terraform vpn vpn-gateway
Last synced: 3 months ago
JSON representation
:hatched_chick: terraform aws module - create vpn gateway
- Host: GitHub
- URL: https://github.com/ellerbrock/tf-aws-vpn-gateway
- Owner: ellerbrock
- License: mit
- Created: 2017-09-08T21:04:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T23:47:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T06:41:18.540Z (5 months ago)
- Topics: aws, devops, iac, module, terraform, vpn, vpn-gateway
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# Terraform AWS - Create VPN Gateway
[](https://github.com/ellerbrock/open-source-badges/) [](https://gitter.im/frapsoft/frapsoft/) [](https://opensource.org/licenses/mit-license.php)
## Example Usage
```
# create vpn gateway
module "aws_vpn_gateway" {
source = "github.com/ellerbrock/tf-aws-vpn-gateway"
vpc_id = "YOUR_VPC_ID_HERE"tags {
terraform = "true"
}
}
```## Contact
[](https://github.com/ellerbrock/)[](https://hub.docker.com/u/ellerbrock/)[](https://www.npmjs.com/~ellerbrock)[](https://twitter.com/frapsoft/)[](https://www.facebook.com/frapsoft/)[](https://plus.google.com/116540931335841862774)[](https://gitter.im/frapsoft/frapsoft/)
## License
[](https://opensource.org/licenses/mit-license.php)
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.