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
+25
View File
@@ -0,0 +1,25 @@
---
page_title: "dynu_domain Data Source"
description: |-
Resolves a hostname to its Dynu root domain and returns domain details.
---
# dynu_domain Data Source
## Example Usage
```terraform
data "dynu_domain" "selected" {
hostname = "www.example.com"
}
```
## Schema
### Required
- `hostname` (String) Fully-qualified hostname.
### Read-Only
- `domain` (Object) Same fields returned by `dynu_domains.domains[*]`.