From d02be3667151e4a836174d45c2d3cf27937ff602 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 21 May 2025 20:36:44 +0200 Subject: test --- libvirt.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvirt.tf') diff --git a/libvirt.tf b/libvirt.tf index 64bf161..102901e 100644 --- a/libvirt.tf +++ b/libvirt.tf @@ -17,8 +17,8 @@ resource "libvirt_volume" "image" { data "template_file" "user_data" { template = file("${path.module}/cloud_init.cfg") vars = { - nom = var.nom - package = var.package + nom = var.nom + packages = var.packages } } @@ -73,7 +73,7 @@ resource "libvirt_domain" "vm_domain" { # Output Server IP # Nécessite qemu-guest-agent sinon bloque la fin de l'installation !!! output "ip" { - value = libvirt_domain.vm_domain.network_interface.0.addresses + value = "libvirt_domain.vm_domain.network_interface.0.addresses" } -- cgit v1.2.3