mirror of https://github.com/k3s-io/k3s
35 lines
900 B
HCL
35 lines
900 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" {}
|
|
variable "create_lb" {
|
|
description = "Create Network Load Balancer if set to true"
|
|
type = bool
|
|
} |