Updated readme
This commit is contained in:
parent
f9fd4803de
commit
05724647e7
16
README.md
16
README.md
@ -3,3 +3,19 @@
|
|||||||
[WireGuard](https://www.wireguard.com) and [Unbound](https://unbound.net) setup with
|
[WireGuard](https://www.wireguard.com) and [Unbound](https://unbound.net) setup with
|
||||||
[Packer](https://www.packer.io) and [Terraform](https://www.terraform.io) ready for deployment in
|
[Packer](https://www.packer.io) and [Terraform](https://www.terraform.io) ready for deployment in
|
||||||
[Hetzner Cloud](https://www.hetzner.com).
|
[Hetzner Cloud](https://www.hetzner.com).
|
||||||
|
|
||||||
|
## Deployment instructions
|
||||||
|
|
||||||
|
1. Build the server image with Packer.
|
||||||
|
```sh
|
||||||
|
cd ./packer/
|
||||||
|
export HCLOUD_TOKEN=XXXX
|
||||||
|
packer build ./
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Deploy the server image with Terraform.
|
||||||
|
```sh
|
||||||
|
cd ./terraform/
|
||||||
|
terraform init
|
||||||
|
terraform apply
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user