7 lines
136 B
Terraform
7 lines
136 B
Terraform
variable "size" {
|
|
description = "The slug indicating the size of the droplet"
|
|
default = "s-1vcpu-1gb"
|
|
type = string
|
|
}
|
|
|