Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user