linode_instance/variable.image.tf

5 lines
70 B
HCL

variable "image" {
default = "linode/fedora35"
type = string
}