From 40dfcf409ef7c739a1d9d2ed1b9570222be824d6 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Wed, 25 Sep 2024 09:56:26 -0400 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```