Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Creative Commons 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.