5 lines
65 B
Terraform
5 lines
65 B
Terraform
variable "size" {
|
|
default = "s-1vcpu-1gb"
|
|
type = string
|
|
}
|