2024-07-12 23:57:29 -04:00
|
|
|
variable "virtual_environment_endpoint" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "virtual_environment_api" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "arrbuntu_ip_address" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "vlan_gateway" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "downloaders_ip_address" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "ssh_password" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "ssh_username" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "prox_ip_address" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "npm_ip_address" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "init_username" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "init_password" {
|
|
|
|
type = string
|
2024-07-31 21:23:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "kasm_ip" {
|
|
|
|
type = string
|
2024-08-01 21:36:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "kasm_ssh_ip" {
|
|
|
|
type = string
|
2024-09-14 23:16:21 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "ubu_ip_address" {
|
|
|
|
type = string
|
2024-10-12 13:23:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "pve2_ip_address" {
|
|
|
|
type = string
|
2024-10-12 13:27:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "s3_endpoint" {
|
|
|
|
type = string
|
2024-10-13 10:48:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "aws_secret_access_key" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "aws_access_key_id" {
|
|
|
|
type = string
|
2024-07-12 23:57:29 -04:00
|
|
|
}
|