From 19eb5d8fad15e25f1ad38c362036025b1e29a792 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 22:01:03 +0000 Subject: [PATCH] Update proxmox.variables.tf --- proxmox.variables.tf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/proxmox.variables.tf b/proxmox.variables.tf index e6995bd..cbce36e 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -8,4 +8,20 @@ variable "proxmox_apikey" { description = "Proxmox server api key" type = string sensitive = false +} + +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" { + default = "fenix" +} + +variable "datastore_id" { + default = "local-lvm" } \ No newline at end of file