fetch ssh host certificate

closes #3
This commit is contained in:
Pim Kunis 2023-04-24 17:03:17 +02:00
parent 80cf923c4c
commit f7c4660584

View file

@ -23,7 +23,6 @@ module "vm" {
name = "hermes" name = "hermes"
domain_name = "tf-hermes" domain_name = "tf-hermes"
data_disk = "/kvm/data/hermes-data" data_disk = "/kvm/data/hermes-data"
use_host_cert = false
fixed_address = "192.168.30.7/24" fixed_address = "192.168.30.7/24"
mac = "CA:FE:C0:FF:EE:07" mac = "CA:FE:C0:FF:EE:07"
fixed_dns = "192.168.30.1" fixed_dns = "192.168.30.1"