Files
rancher-docs/scripts/converters/results_to_markdown/variables.tf
T
2021-01-05 12:29:27 -07:00

33 lines
368 B
Terraform

variable "rancher_version" {
type = string
}
variable "kubernetes_version" {
type = string
}
variable "cis_version" {
type = string
}
variable "test_node" {
type = string
}
variable "results_file" {
type = string
}
variable "test_helper_path" {
type = string
}
variable "index_weight" {
type = number
}
variable "output_file" {
type = string
}