istanbul-tools/infra/load-testing/variables.tf

13 lines
188 B
HCL

variable "count" {
default = 4
}
variable "svcs" {
default = [0, 1, 2, 3]
}
variable "subscription_id" {}
variable "client_id" {}
variable "client_secret" {}
variable "tenant_id" {}