All checks were successful
continuous-integration/drone Build is passing
WireGuard + Unbound
WireGuard and Unbound setup with Packer and Terraform ready for deployment in Hetzner Cloud.
Deployment instructions
-
Copy
./packer/packer.auto.pkrvars.hcl.sample
file to./packer/packer.auto.pkrvars.hcl
and fill it with the appropriate values. -
Build the server image with Packer.
cd ./packer/
packer build -only=hcloud.main ./
-
Copy
./terraform/terraform.tfvars.sample
file to./terraform/terraform.tfvars
and fill it with the appropriate values. -
Deploy the server image with Terraform.
cd ./terraform/
terraform init
terraform apply
Description
Languages
HCL
71.6%
Makefile
13.2%
Shell
11.3%
Smarty
3.9%