mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: add terraria server
This commit is contained in:
parent
68222fc63c
commit
60b159d2c8
3 changed files with 54 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue