PoC OpenTofu configuration works

This commit is contained in:
2026-06-09 09:39:23 +02:00
parent edede0b568
commit 8990d34565
6 changed files with 144 additions and 0 deletions

11
variables.tf Normal file
View File

@@ -0,0 +1,11 @@
variable "virtual_environment_node_name" {
type = string
description = "The node name for the Proxmox Virtual Environment API"
default = "pve"
}
variable "datastore_id" {
type = string
description = "Datastore for VM disks"
default = "local-lvm"
}