Go to file
Héctor Molinero Fernández 5b47a506de Updated .gitignore
2020-06-14 20:58:16 +02:00
.vscode First commit 2020-01-26 11:59:13 +01:00
packer Updated .gitignore 2020-06-14 20:58:16 +02:00
terraform Updated .gitignore 2020-06-14 20:58:16 +02: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