commit fc83b616381f9c3ed3da2df6073c3f53fd5e60a5 parent 0cff8c506d25d76cc410eafb569b1b95c6af6ecd Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sat, 17 Oct 2020 17:19:49 +0200 fix domain Diffstat:
M | libvirt/terraform/variables.tf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvirt/terraform/variables.tf b/libvirt/terraform/variables.tf @@ -56,7 +56,7 @@ variable "baseimage_format" { variable "domain" { type = string - default = ".libvirt" + default = "libvirt" description = "Domain name for the virtual network" }