[variables] feat: template user and pass
This commit is contained in:
parent
9ca925064e
commit
4f078d4c59
@ -57,6 +57,16 @@ variable "template_name" {
|
|||||||
default = "ubuntu.template.siempie.internal"
|
default = "ubuntu.template.siempie.internal"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "template_username" {
|
||||||
|
type = string
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "template_password" {
|
||||||
|
type = string
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
variable "ubuntu_image" {
|
variable "ubuntu_image" {
|
||||||
type = string
|
type = string
|
||||||
default = "ubuntu-24.04-live-server-amd64.iso"
|
default = "ubuntu-24.04-live-server-amd64.iso"
|
||||||
|
Loading…
Reference in New Issue
Block a user