Initial commit
This commit is contained in:
12
debian-bookworm.variables.pkr.hcl
Normal file
12
debian-bookworm.variables.pkr.hcl
Normal file
@@ -0,0 +1,12 @@
|
||||
variable "proxmox_api_url" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_api_token_id" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_api_token_secret" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user