diff options
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 |