From 0ae0c3dad67d90ba290d04a88b8fdfeddf19f2d4 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Tue, 7 Jan 2025 08:01:16 +0100 Subject: [PATCH] Update addon-stages.md --- adrs/fast/addon-stages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adrs/fast/addon-stages.md b/adrs/fast/addon-stages.md index 9b95ab240..7fa295edf 100644 --- a/adrs/fast/addon-stages.md +++ b/adrs/fast/addon-stages.md @@ -45,8 +45,8 @@ Add-on stages should live in a separate folder from stages, and once we finally ```bash fast ├── addons - ├── 1-tenant-factory - └── 2-network-security + ├── 1-resman-tenants + └── 2-networking-ngfw ├── assets │   └── templates ├── extras @@ -75,7 +75,7 @@ An add-on stage: ## Decision -TBD +Implement the proposal. ## Consequences