Updated readme

This commit is contained in:
Mike Conrad
2024-09-25 09:56:26 -04:00
parent 2efbbbe48b
commit 40dfcf409e

View File

@ -1,6 +1,6 @@
# wireguard-terraform-digitalocean
Example of creating a wireguard VPN on DO using Terraform.
Example of creating a wireguard VPN on DO using Terraform. This is meant to be a basic primer/intro to Wireguard and non exhaustive. Check out my blog [article](https://hackanooga.com/standing-up-a-wireguard-vpn/)
## Setup
First create an `ssh key` to use with this example:
@ -17,4 +17,4 @@ Finally run the Terraform
```shell
terraform init
terraform apply -auto-approve
```
```