Initial commit

This commit is contained in:
2026-05-18 13:01:32 -05:00
commit ad6af49bde
6 changed files with 62 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
variable "hcloud_token" {
sensitive = true
}
variable "ssh_key_name" {
description = "Name of the SSH key registered in your Hetzner account"
}
variable "location" {
default = "nbg1"
}