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.
hermes/variables.tf
2023-03-11 17:10:21 +01:00

13 lines
302 B
HCL

variable "name" {
default = "dmzdns"
}
variable "libvirt_endpoint" {
type = string
default = "qemu+ssh://root@debian.lan/system"
}
variable "host_public_key" {
type = string
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOodpLr+FDRyKyHjucHizNLVFHZ5AQmE9GmxMnOsSoaw pimkunis@thinkpadpim"
}