iac/terraform/vars.tf
Matt Reeves d3c9588ab9
Some checks failed
OpenTofu Automation / deploy (push) Failing after 8s
test
2024-10-12 23:18:20 -04:00

63 lines
No EOL
859 B
HCL

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
}
variable "kasm_ip" {
type = string
}
variable "kasm_ssh_ip" {
type = string
}
variable "ubu_ip_address" {
type = string
}
variable "pve2_ip_address" {
type = string
}
variable "s3_endpoint" {
type = string
}