[variables] feat: template user and pass

This commit is contained in:
root 2024-07-15 13:32:56 +00:00
parent 9ca925064e
commit 4f078d4c59

View File

@ -57,6 +57,16 @@ variable "template_name" {
default = "ubuntu.template.siempie.internal"
}
variable "template_username" {
type = string
default = ""
}
variable "template_password" {
type = string
default = ""
}
variable "ubuntu_image" {
type = string
default = "ubuntu-24.04-live-server-amd64.iso"