/terraform-openvpn-module

A simple module to have openVPN up and running in AWS

Primary LanguageHCL

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