Files
linode_instance/variable.image.tf
2023-11-09 22:44:19 -06:00

5 lines
70 B
HCL

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