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 @@
/**
* # Public IP Module
*
* Discovers the caller's public IPv4 address using an external echo-IP service.
* Used to dynamically allowlist the deployer's IP in firewall rules.
*/
terraform {
required_providers {
http = { }