mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
7f067d7fcd
Signed-off-by: Shylaja Devadiga <shylaja.devadiga@suse.com>
23 lines
510 B
HCL
23 lines
510 B
HCL
variable "dependency" {
|
|
type = any
|
|
default = null
|
|
}
|
|
variable "region" {}
|
|
variable "aws_ami" {}
|
|
variable "aws_user" {}
|
|
variable "vpc_id" {}
|
|
variable "subnets" {}
|
|
variable "resource_name" {}
|
|
variable "access_key" {}
|
|
variable "k3s_version" {}
|
|
variable "no_of_worker_nodes" {}
|
|
variable "worker_flags" {}
|
|
variable "ec2_instance_class" {}
|
|
variable "availability_zone" {}
|
|
variable "sg_id" {}
|
|
variable "username" {}
|
|
variable "password" {}
|
|
variable "node_os" {}
|
|
variable "install_mode" {}
|
|
variable "key_name" {}
|