Files
digitalocean_droplet/variable.image_name.tf
T

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
}