homelab/opentofu/vms/variables.tf

4 lines
95 B
HCL

variable "root_password" {
type = string
description = "Password used for the root user"
}