terraform-spearhead.cloud/terraform/triton/variables.tf.tpl

12 lines
248 B
Smarty
Raw Normal View History

2022-03-01 12:59:39 +02:00
variable "instance_count" {
description = "Number of triton instances to create"
type = number
default = 8
}
variable "service_name" {
type = string
description = "The name of the service in CNS."
default = "somename"
}