tofu-offline-test/variables.tf

37 lines
435 B
HCL

variable "proxmox_endpoint" {
type = string
}
variable "proxmox_token_id" {
type = string
}
variable "proxmox_token_secret" {
type = string
sensitive = true
}
variable "template_id" {
type = number
}
variable "vm_id" {
type = number
}
variable "vm_name" {
type = string
}
variable "cloudinit_user" {
type = string
}
variable "ssh_public_key" {
type = string
}
variable "datastore_vm" {
type = string
}