digitalocean_droplet/variable.size.tf

5 lines
65 B
HCL

variable "size" {
default = "s-1vcpu-1gb"
type = string
}