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

5 lines
95 B
Terraform
Raw Normal View History

2023-03-14 20:49:24 +00:00
variable "libvirt_endpoint" {
type = string
default = "qemu+ssh://root@atlas.lan/system"
}