You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Three ready-to-use configurations are provided in `src/config/`:
20
20
|---------|-------------|-------------|
21
21
|**Standalone**|`standalone.tfvars`| Governance, management, devops, and public landing zones only. No network area or firewall. |
22
22
|**Hub-Spoke**|`hub-and-spoke.tfvars`| Adds a connectivity hub with a network area and DNS zones. Corporate landing zones connect via the network area. |
23
-
|**Hub-Spoke + Firewall**|`hub-and-spoke-firewall.tfvars`| Full hub-spoke topology with a pfSense firewall appliance on the WAN/LAN boundary. |
23
+
|**Hub-Spoke + Firewall**|`hub-and-spoke-firewall.tfvars`| Full hub-spoke topology with an OPNsense firewall appliance on the WAN/LAN boundary. |
24
24
25
25
Choose the flavour that matches your requirements and adjust the corresponding `.tfvars` file before deployment (step 7). At a minimum, update `owner_email`, `organization_id`, `company_name`, and `company_code`.
If you deployed the Hub-Spoke + Firewall flavour, configure the pfSense appliance as described in the [STACKIT pfSense documentation](https://docs.stackit.cloud/products/quick-deployments/pfsense-firewall/tutorials/configure-pfsense/).
236
+
If you deployed the Hub-Spoke + Firewall flavour, configure the OPNsense. Guidance will be available soon in the STACKIT docs.
0 commit comments