diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-26 21:10:34 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-26 21:10:34 +0100 |
commit | b95a4b78b4a4ede6190e8de3f024296894c07f8f (patch) | |
tree | 3b517b527f15b38588007073b8bfe15ed361cebe /opentofu/variables.tf | |
parent | 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (diff) |
opentofu: add k3s nodes
ansible to acutally install k3s w.i.p.
Diffstat (limited to 'opentofu/variables.tf')
-rw-r--r-- | opentofu/variables.tf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |