jcagomes / terraform-openvpn

Testing Project for launching an openvpn using terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] Personal OpenVPN Server

deployed using terraform on GCP

What

Most people want to have a personal internet connection without having to concern themselves about privacy. Here is a script that allows you to surf the web in the cloud with reasonably low effort.

Setup your workstation for Cloud Use

Install the Googke SDK

If you are on Windows, Mac, or Linux, you can find the SDK here.

Login into GCP via CLI

gcloud init
{
  "client_id": "764049295919-6qr4padvjtnf06pt8ejuq83di341hur.apps.googleusercontent.com",
  "client_secret": "d-FL95Q19q7Ncurh49ja02y",
  "refresh_token": "1/6DqBQbD1ellhGHSJgh2:39jht09dfjhc4gJ7tLqk",
  "type": "authorized_user"
}

Install

About

Testing Project for launching an openvpn using terraform

License:Apache License 2.0


Languages

Language:HCL 93.9%Language:Shell 6.0%Language:Dockerfile 0.1%