diff --git a/README.md b/README.md index 89aeb92..7f7e092 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```