feat: provisioned

This commit is contained in:
2025-12-22 12:26:40 -05:00
parent 3e07d115c0
commit 7a4efbbe50
5 changed files with 58 additions and 25 deletions

View File

@@ -1,4 +1,13 @@
variable "hcloud_token" {
sensitive = true
type = string
}
variable "public_key_file" {
type = string
sensitive = true
}
variable "boxes" {
type = set(string)
}