Files
homelab-terraform/variables.tf

12 lines
222 B
HCL

variable "virtual_environment_endpoint" {
type = string
}
variable "virtual_environment_api_token" {
type = string
sensitive = true
}
variable "virtual_environment_sshkeys"{
type = list
}