Files
digitalocean_droplet/variable.image_name.tf
T

5 lines
73 B
Terraform

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