set correct type_category default value

pull/88/head
Wendelin Peleska 2 years ago
parent 508ddd30ea
commit 4896a30ceb
No known key found for this signature in database

@ -45,7 +45,7 @@ variable "custom_descriptions" {
}
variable "type_category" {
default = ["standard", "gpu"]
default = ["standard"]
description = "A list of instance type categories the user is allowed to choose. One of [\"standard\", \"cpu\", \"memory\", \"storage\", \"gpu\"]"
type = list(string)
}

Loading…
Cancel
Save