Commit Graph
69 Commits
Author SHA1 Message Date
beatz174-bit bfe283af77 Merge pull request #25 from beatz174-bit/codex/update-dns-record-content-schema-and-handling
Make dns_record content optional and omit it from write requests when unset
2026-04-24 18:03:06 +10:00
beatz174-bit 9bdd24cefb Merge pull request #26 from beatz174-bit/codex/add-live-gated-tests-for-dns-records
Add live-gated acceptance tests for empty-content and CNAME DNS record behaviors
2026-04-24 18:02:38 +10:00
beatz174-bit 93d6ef2645 Keep dns_record content declarative for non-address types 2026-04-24 18:02:28 +10:00
beatz174-bit 8a3b549188 Tighten empty-content acceptance skip conditions 2026-04-24 18:01:39 +10:00
beatz174-bit 39c09f4b03 Add live-gated DNS record acceptance edge-case tests 2026-04-24 17:47:06 +10:00
beatz174-bit 78814db51e Allow optional dns record content and omit when unset 2026-04-24 17:46:22 +10:00
beatz174-bit a53da220e2 Merge pull request #24 from beatz174-bit/codex/report-bug-in-dynu-provider
Normalize zone-style DNS record content returned by Dynu API
2026-04-24 06:31:32 +10:00
beatz174-bit 3a2e5a11df Normalize zone-style DNS record content from Dynu API 2026-04-24 06:28:38 +10:00
beatz174-bit d515946f04 Merge pull request #23 from beatz174-bit/codex/fix-invalid-ip-address-error-in-terraform
Fix DNS record A/AAAA payload encoding and top-level API error parsing
2026-04-24 06:22:21 +10:00
beatz174-bit 9b0d50d81f Fix Dynu DNS record A/AAAA payload encoding 2026-04-24 06:17:50 +10:00
beatzaplenty eead7b023c update tfvars example 2026-04-23 15:45:15 +10:00
beatz174-bit e9020364f9 Merge pull request #22 from beatz174-bit/codex/fix-invalid-ip-address-for-dns-record
Fix live-safe example default test IP for Dynu validation
2026-04-23 15:43:18 +10:00
beatz174-bit 016cdb3914 Fix live-safe example default test IP for Dynu validation 2026-04-23 15:42:00 +10:00
beatz174-bit 029f108548 Merge pull request #21 from beatz174-bit/codex/update-terraform-example-to-remove-random-provider
examples: remove random provider dependency from live_safe_dns_record
2026-04-23 15:32:54 +10:00
beatz174-bit f8ae25239d docs: reuse same test_suffix across plan apply destroy 2026-04-23 15:32:08 +10:00
beatz174-bit afcaa2d90d examples: remove random provider from live safe dns record 2026-04-23 15:22:09 +10:00
beatzaplenty e941a6cfc6 random provider update 2026-04-23 15:16:30 +10:00
beatz174-bit 9835368941 Merge pull request #19 from beatz174-bit/codex/add-safe-live-acceptance-example-for-dynu
Add opt-in live-safe example that creates a disposable Dynu DNS A record
2026-04-23 14:57:22 +10:00
beatz174-bit c4eebf7197 Add live-safe DNS record lifecycle example 2026-04-23 14:56:12 +10:00
beatzaplenty 38831a31b3 build ver 0.0.1 2026-04-23 14:42:16 +10:00
beatzaplenty 5dcbe801e3 igone tfstate 2026-04-23 14:40:26 +10:00
beatz174-bit 28340f19c4 Merge pull request #17 from beatz174-bit/codex/create-build-script-for-go-binary
Add root build.sh for one-argument stamped provider builds
2026-04-23 14:39:22 +10:00
beatz174-bit f10635f744 Add simple one-arg stamped build script 2026-04-23 14:02:05 +10:00
beatz174-bit 930e23eb18 Merge pull request #16 from beatz174-bit/codex/add-dynu_dns_record-writable-resource
Add dynu_dns_record resource with full CRUD and client write support
2026-04-23 14:01:34 +10:00
beatz174-bit 5db7d5d8a8 Fix gofmt import indentation in dns record resource 2026-04-23 14:00:11 +10:00
beatz174-bit 7d636b6371 Add dynu_dns_record CRUD resource and write-capable client 2026-04-23 13:52:55 +10:00
beatz174-bit 6122665cfd Merge pull request #15 from beatz174-bit/codex/add-binary-version-metadata-to-provider
Add ldflags-based version metadata to provider binary
2026-04-23 13:46:51 +10:00
beatz174-bit c35de5d505 Add build-stamped version metadata to provider binary 2026-04-23 13:42:13 +10:00
beatz174-bit d6b52c1f44 Merge pull request #14 from beatz174-bit/codex/add-auto-fix-helper-script-for-codex
Add local fixer script and Codex validation guidance
2026-04-23 13:24:16 +10:00
beatz174-bit 966c44b88d Add local fix script and codex validation guidance 2026-04-23 13:23:20 +10:00
beatzaplenty 42597d104b Merge branch 'main' of https://github.com/beatz174-bit/terraform-dynu-provider 2026-04-23 13:22:41 +10:00
beatzaplenty 60197fe7b1 updated binary 2026-04-23 13:22:31 +10:00
beatz174-bit 9e731e51aa Merge pull request #13 from beatz174-bit/codex/update-markdown-guidance-for-local-development
docs: clarify dev_overrides validation loop without terraform init
2026-04-23 13:17:07 +10:00
beatz174-bit f829382a54 docs: clarify local dev loop avoids terraform init 2026-04-23 13:14:44 +10:00
beatz174-bit ac8c1f5b1a Merge pull request #12 from beatz174-bit/codex/fix-value-conversion-errors-in-terraform-provider
Fix datasource hostname decoding for computed state attributes
2026-04-23 13:05:34 +10:00
beatz174-bit 37f5697d00 Apply gofmt to config hostname regression test 2026-04-23 13:04:43 +10:00
beatz174-bit 8c31f2c646 Fix datasource hostname decode against full config objects 2026-04-23 12:58:45 +10:00
beatz174-bit 000875fc78 Merge pull request #11 from beatz174-bit/codex/fix-value-conversion-errors-in-provider
Fix hostname config decoding for read-only data sources
2026-04-23 12:46:19 +10:00
beatz174-bit f933418a87 Run gofmt on config hostname helper 2026-04-23 12:44:58 +10:00
beatz174-bit 76722d39b2 Fix hostname config decoding for read-only data sources 2026-04-23 12:41:06 +10:00
beatz174-bit 9c15875568 Merge pull request #10 from beatz174-bit/codex/update-codex-to-run-terraform-tests
Add examples Terraform check to Codex validation flow
2026-04-23 12:34:34 +10:00
beatz174-bit abcfdcc769 Add examples Terraform check to Codex validation flow 2026-04-23 12:33:43 +10:00
beatzaplenty d42cd8332b update .gitignore for tfvars 2026-04-23 12:30:59 +10:00
beatzaplenty dff72cb800 Merge branch 'main' of https://github.com/beatz174-bit/terraform-dynu-provider 2026-04-23 12:28:18 +10:00
beatz174-bit f19da63704 Merge pull request #9 from beatz174-bit/codex/fix-value-conversion-errors-in-tests
Fix hostname config decoding in dynu_domain and dynu_dns_records
2026-04-23 12:27:19 +10:00
beatz174-bit 22ff9f01a5 Fix hostname config decoding in read-only data sources 2026-04-23 12:21:50 +10:00
beatzaplenty 40d8e33745 added api key to tfvars 2026-04-23 12:15:27 +10:00
beatz174-bit 4cd0267433 Merge pull request #8 from beatz174-bit/codex/fix-terraform-local-testing-and-add-example
Fix local Terraform dev_overrides workflow and add runnable read-only example
2026-04-21 17:29:41 +10:00
beatz174-bit 601a9ae936 Mark sensitive example outputs for domain data 2026-04-21 17:28:09 +10:00
beatz174-bit d2ad986558 Improve local dev override docs and add read-only example 2026-04-21 17:11:15 +10:00