Harden read-only provider with tests, docs, and CI

This commit is contained in:
beatz174-bit
2026-04-21 14:39:36 +10:00
parent cf47a6ed48
commit 6cc1b206dc
24 changed files with 711 additions and 246 deletions
@@ -1,3 +1,13 @@
terraform {
required_providers {
dynu = {
source = "dynu/dynu"
}
}
}
provider "dynu" {}
data "dynu_domain" "selected" {
hostname = "www.example.com"
}