mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-12 16:13:23 +00:00
33 lines
368 B
Terraform
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
|
|
}
|