adefemi171 / terraform-openvpn-module

A simple module to have openVPN up and running in AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

Note: This project deploy resources into your AWS account. Although all the resources should fall under the AWS Free Tier, it is not my responsibility if you are charged money for this.

  1. Install Terraform.
  2. Set your AWS credentials as the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
  3. Run terraform init.
  4. Run terraform plan.
  5. Run terraform apply.
  6. After it's done deploying, the project will output URLs or IPs you can try out.
  7. To clean up and delete all resources after you're done, run terraform destroy.

Note: This module was first used in this repo

About

A simple module to have openVPN up and running in AWS


Languages

Language:HCL 75.2%Language:Smarty 24.8%