From 0134feea766d9fd7927100b98c80557b254dce0c Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 22 May 2025 22:49:54 +0200 Subject: remote_exec --- container/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'container/main.tf') diff --git a/container/main.tf b/container/main.tf index cc833bb..16429d3 100644 --- a/container/main.tf +++ b/container/main.tf @@ -66,7 +66,8 @@ resource "proxmox_lxc" "stagiaire" { timeout = "5m" } inline = [ - "touch terraform_ok" + "dnf install -y httpd && systemctl enable --now httpd || true", + "apt update && apt install -y apache2 || true" ] } } -- cgit v1.2.3