feat: provisioned
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
variable "hcloud_token" {
|
||||
sensitive = true
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "public_key_file" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "boxes" {
|
||||
type = set(string)
|
||||
}
|
||||
Reference in New Issue
Block a user