Go to file
dependabot[bot] 4780c3c9a7
Bump hetznercloud/hcloud from 1.32.2 to 1.33.2 in /terraform
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>
2022-05-04 20:51:57 +00:00
.github Update dependabot.yml 2022-05-04 22:51:38 +02:00
.vscode Highlight Terraform files 2021-11-08 20:12:22 +01:00
packer Added GitHub workflow for CI 2022-03-02 22:24:50 +01:00
terraform Bump hetznercloud/hcloud from 1.32.2 to 1.33.2 in /terraform 2022-05-04 20:51:57 +00:00
LICENSE.md Updated license year 2022-03-02 19:59:02 +01:00
README.md Added Makefile 2020-09-29 23:02:32 +02:00

WireGuard + Unbound

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

Deployment instructions

  1. Copy ./packer/packer.auto.pkrvars.hcl.sample file to ./packer/packer.auto.pkrvars.hcl and fill it with the appropriate values.

  2. Build the server image with Packer.

cd ./packer/
packer build -only=hcloud.main ./
  1. Copy ./terraform/terraform.tfvars.sample file to ./terraform/terraform.tfvars and fill it with the appropriate values.

  2. Deploy the server image with Terraform.

cd ./terraform/
terraform init
terraform apply