5 lines
73 B
HCL
5 lines
73 B
HCL
variable "image_name" {
|
|
default = "fedora-38-x64"
|
|
type = string
|
|
}
|