feat: add terraria server

This commit is contained in:
Julian Tölle 2022-03-30 19:46:33 +02:00
parent 68222fc63c
commit 60b159d2c8
3 changed files with 54 additions and 1 deletions

View file

@ -3,6 +3,10 @@
variable "hcloud_token" {}
# Configure the Hetzner Cloud Provider
provider hcloud {
provider "hcloud" {
token = var.hcloud_token
}
data "hcloud_ssh_key" "default" {
name = "default"
}