TP-IaC-Ansible/terraform/variables.tf

20 lines
261 B
HCL

variable "pm_api_url" {
default = "https://proxmox.local:8006/api2/json"
}
variable "pm_node" {
default = "vm"
}
variable "pm_user" {
default = ""
}
variable "pm_password" {
default = ""
}
variable "ssh_key_file" {
default = "~/.ssh/id_rsa.pub"
}