7 lines
144 B
Terraform
7 lines
144 B
Terraform
variable "image_name" {
|
|
description = "The image ID or slug to use for the droplet"
|
|
default = "fedora-42-x64"
|
|
type = string
|
|
}
|
|
|