Enhance module documentation with detailed descriptions for DNS, Foundry, Pangolin, and Public IP modules

This commit is contained in:
2026-03-01 14:26:44 +02:00
parent b11172504d
commit 0928b59bda
7 changed files with 79 additions and 32 deletions

View File

@@ -1,3 +1,10 @@
/**
* # Pangolin Module
*
* Deploys an Azure Linux VM with dual-stack (IPv4 + IPv6) networking,
* intended as a reverse-proxy and WireGuard gateway for the homelab.
*/
terraform {
required_providers {
azurerm = {