This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/bootstrap/variables.tf
2023-03-14 22:30:56 +01:00

4 lines
95 B
HCL

variable "libvirt_endpoint" {
type = string
default = "qemu+ssh://root@atlas.lan/system"
}