From 531a05a17397c95df78d42e7724d80a21bc9ff90 Mon Sep 17 00:00:00 2001 From: darnodo Date: Sun, 7 Dec 2025 13:32:03 +0100 Subject: [PATCH] docs: fix markdown table alignment in prod README Reformat the Proxmox template requirements table in `terraform/prod/README.md` to improve readability and ensure consistent spacing between columns. This purely aesthetic change aligns the headers and cell contents properly. --- terraform/prod/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/prod/README.md b/terraform/prod/README.md index f4d65d4..fbb75a4 100644 --- a/terraform/prod/README.md +++ b/terraform/prod/README.md @@ -84,12 +84,12 @@ virtual_machines = { Les templates doivent être présents sur Proxmox avec les tags correspondants : -| OS | Tags requis | -|---|---| +| OS | Tags requis | +| ------ | ------------------------ | | Ubuntu | `["ubuntu", "template"]` | | Debian | `["debian", "template"]` | | Alpine | `["alpine", "template"]` | -| Rocky | `["rocky", "template"]` | +| Rocky | `["rocky", "template"]` | | CentOS | `["centos", "template"]` | ## Fonctionnalités automatiques