Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T23:47:21.000Z (over 7 years ago)
- Last Synced: 2024-11-27T15:41:51.480Z (3 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.frapsoft.com/top/open-source-v1.png)
# Terraform AWS - Create VPN Gateway
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg)](https://github.com/ellerbrock/open-source-badges/) [![Gitter Chat](https://badges.gitter.im/frapsoft/frapsoft.svg)](https://gitter.im/frapsoft/frapsoft/) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](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
[![Github](https://github.frapsoft.com/social/github.png)](https://github.com/ellerbrock/)[![Docker](https://github.frapsoft.com/social/docker.png)](https://hub.docker.com/u/ellerbrock/)[![npm](https://github.frapsoft.com/social/npm.png)](https://www.npmjs.com/~ellerbrock)[![Twitter](https://github.frapsoft.com/social/twitter.png)](https://twitter.com/frapsoft/)[![Facebook](https://github.frapsoft.com/social/facebook.png)](https://www.facebook.com/frapsoft/)[![Google+](https://github.frapsoft.com/social/google-plus.png)](https://plus.google.com/116540931335841862774)[![Gitter](https://github.frapsoft.com/social/gitter.png)](https://gitter.im/frapsoft/frapsoft/)
## License
[![MIT license](https://badges.frapsoft.com/os/mit/mit-125x28.png?v=103)](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.