Files
digitalocean_droplet/variable.size.tf
T

7 lines
136 B
Terraform

variable "size" {
description = "The slug indicating the size of the droplet"
default = "s-1vcpu-1gb"
type = string
}