Add Dynu Terraform brownfield DNS documentation layer

This commit is contained in:
beatz174-bit
2026-05-13 03:17:37 +10:00
parent bd23339edd
commit 2a97864a06
13 changed files with 317 additions and 0 deletions
@@ -0,0 +1,5 @@
provider "dynu" {
# Keep auth local-only; do not commit credentials.
# Provider schema must be confirmed against registry docs before changing fields.
api_key = var.dynu_api_key
}