mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
4f03532f47
Signed-off-by: Shylaja Devadiga <shylaja@rancher.com>
32 lines
800 B
HCL
32 lines
800 B
HCL
#variable "db" {}
|
|
variable "no_of_worker_nodes" {}
|
|
variable "aws_ami" {}
|
|
variable "aws_user" {}
|
|
variable "region" {}
|
|
variable "access_key" {}
|
|
variable "vpc_id" {}
|
|
variable "subnets" {}
|
|
variable "qa_space" {}
|
|
variable "resource_name" {}
|
|
variable "key_name" {}
|
|
variable "external_db" {}
|
|
variable "external_db_version" {}
|
|
variable "instance_class" {}
|
|
variable "ec2_instance_class" {}
|
|
variable "db_group_name" {}
|
|
variable "username" {}
|
|
variable "password" {}
|
|
variable "k3s_version" {}
|
|
variable "no_of_server_nodes" {}
|
|
variable "server_flags" {}
|
|
variable "worker_flags" {}
|
|
variable "availability_zone" {}
|
|
variable "sg_id" {}
|
|
variable "cluster_type" {}
|
|
variable "node_os" {}
|
|
variable "db_username" {}
|
|
variable "db_password" {}
|
|
variable "environment" {}
|
|
variable "engine_mode" {}
|
|
variable "install_mode" {}
|