/fedora-atomic-hetzner

Deploy the latest version of Fedora Atomic on an Hetzner VPS using Terraform

Primary LanguageHCL

Fedora Atomic on Hetzner

Deploy the latest Fedora Atomic image on a Hetzner VPS using Terraform and install and configure Nomad and Consul.

Requirements

  1. An account on Hetzner
  2. An SSH key
  3. Terraform installed, v0.11 (not compatible with v0.12)

Setup

  1. Generate an API key on Hetzner cloud
  2. Write hcloud_token = "YOUR_API_KEY" in a file named terraform.tfvars (optional)
  3. $ terraform init

Run

  1. $ terraform apply

Use the output to connect to the server using SSH.

Known issues