Files
digitalocean_droplet/variable.size.tf
2020-07-18 14:02:23 -05:00

5 lines
65 B
HCL

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