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
+34
View File
@@ -0,0 +1,34 @@
---
page_title: "dynu_domains Data Source"
description: |-
Lists domains visible to the configured Dynu API key.
---
# dynu_domains Data Source
## Example Usage
```terraform
data "dynu_domains" "all" {}
```
## Read-Only Attributes
- `domains` (List of Object)
- `id` (Number)
- `name` (String)
- `unicode_name` (String)
- `token` (String, Sensitive)
- `state` (String)
- `group` (String)
- `ipv4_address` (String)
- `ipv6_address` (String)
- `ttl` (Number)
- `ipv4` (Boolean)
- `ipv6` (Boolean)
- `ipv4_wildcard_alias` (Boolean)
- `ipv6_wildcard_alias` (Boolean)
- `allow_zone_transfer` (Boolean)
- `dnssec` (Boolean)
- `created_on` (String)
- `updated_on` (String)