digitalocean_droplet/variable.image_name.tf

5 lines
73 B
HCL

variable "image_name" {
default = "fedora-38-x64"
type = string
}