From b95a4b78b4a4ede6190e8de3f024296894c07f8f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 26 Feb 2025 21:10:34 +0100 Subject: opentofu: add k3s nodes ansible to acutally install k3s w.i.p. --- opentofu/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index e679865..234963d 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -26,6 +26,10 @@ variable "ubuntu_server_noble_packer_image_name" { type = string } +variable "ubuntu_server_noble_packer_image_id" { + type = string +} + variable "vm_username" { description = "Username for SSH access to the VM" type = string -- cgit v1.2.3