Files
linode_instance/variable.image.tf
2022-05-30 20:23:23 -05:00

5 lines
70 B
HCL

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