4780c3c9a7
Bumps [hetznercloud/hcloud](https://github.com/hetznercloud/terraform-provider-hcloud) from 1.32.2 to 1.33.2. - [Release notes](https://github.com/hetznercloud/terraform-provider-hcloud/releases) - [Changelog](https://github.com/hetznercloud/terraform-provider-hcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/hetznercloud/terraform-provider-hcloud/compare/v1.32.2...v1.33.2) --- updated-dependencies: - dependency-name: hetznercloud/hcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.vscode | ||
packer | ||
terraform | ||
LICENSE.md | ||
README.md |
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