mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.variables.tf
This commit is contained in:
@ -4,30 +4,31 @@ variable "proxmox_server" {
|
|||||||
sensitive = false
|
sensitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
variable "proxmox_server_ssh" {
|
variable "proxmox_server_ssh" {
|
||||||
description = "Proxmox server ssh url"
|
description = "Proxmox server ssh url"
|
||||||
type = string
|
type = string
|
||||||
|
sensitive = false
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "proxmox_username_ssh" {
|
||||||
|
description = "Proxmox server ssh username"
|
||||||
|
type = string
|
||||||
|
sensitive = false
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "proxmox_password_ssh" {
|
||||||
|
description = "Proxmox server ssh password"
|
||||||
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "proxmox_apikey" {
|
variable "proxmox_apikey" {
|
||||||
description = "Proxmox server api key"
|
description = "Proxmox server api key"
|
||||||
type = string
|
type = string
|
||||||
sensitive = false
|
sensitive = true
|
||||||
}
|
|
||||||
|
|
||||||
variable "image_source_url" {
|
|
||||||
default = "https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "local_image_path" {
|
|
||||||
default = "./images/ubuntu-bionic.img"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "node_name" {
|
variable "node_name" {
|
||||||
default = "fenix"
|
default = "fenix"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "datastore_id" {
|
|
||||||
default = "local-lvm"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user