provider "libvirt" { uri = "qemu:///system" } provider "gandi" { # key = "" # sharing_id = "" } locals { # See post-install.tf libvirt_server = "hp-ml350.itix.fr" libvirt_username = "nicolas" }