From 9041e48cd9b37e2bb39328ec21088ab48658f0f7 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 12 Feb 2025 14:46:02 +0100 Subject: correction --- libvirt.tf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libvirt.tf') diff --git a/libvirt.tf b/libvirt.tf index 4af2742..64bf161 100644 --- a/libvirt.tf +++ b/libvirt.tf @@ -65,6 +65,9 @@ resource "libvirt_domain" "vm_domain" { autoport = true } + provisioner "local-exec" { + command = "./script_local ${self.network_interface.0.addresses[0]}" + } } # Output Server IP -- cgit v1.2.3