5 lines
70 B
HCL
5 lines
70 B
HCL
variable "image" {
|
|
default = "linode/fedora35"
|
|
type = string
|
|
}
|