17 lines
357 B
HCL
17 lines
357 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"
|
|
}
|
|
|
|
variable "internal_ip" {
|
|
default = "192.168.30.7"
|
|
}
|