PoC OpenTofu configuration works
This commit is contained in:
11
variables.tf
Normal file
11
variables.tf
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user