mirror of https://github.com/k3s-io/k3s
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" {}
|