Go to file
Héctor Molinero Fernández 05724647e7 Updated readme
2020-02-06 19:55:42 +01:00
.vscode First commit 2020-01-26 11:59:13 +01:00
packer Updated syntax for Packer v1.5.2 2020-02-06 19:55:17 +01: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