Go to file
Héctor Molinero Fernández d4b81495ba Added missing EOF
2020-06-11 19:39:21 +02:00
.vscode First commit 2020-01-26 11:59:13 +01:00
packer Added missing EOF 2020-06-11 19:39:21 +02:00
terraform Refactor 2020-01-30 21:33:16 +01:00
LICENSE.md First commit 2020-01-26 11:59:13 +01:00
README.md Updated readme 2020-02-06 19:55:42 +01:00

WireGuard + Unbound

WireGuard and Unbound setup with Packer and Terraform ready for deployment in Hetzner Cloud.

Deployment instructions

  1. Build the server image with Packer.
cd ./packer/
export HCLOUD_TOKEN=XXXX
packer build ./
  1. Deploy the server image with Terraform.
cd ./terraform/
terraform init
terraform apply