Generate base plugin documentation and refactor package
11 files · 76+ · 337-

Registry documentation

2 files changed
  • index.md Provider index page for Terraform registry documentation
  • domain_record.md Domain record resource documentation page
  • Generated Terraform registry-compatible documentation with provider index and domain_record resource pages for publishing to the Terraform registry specify behavioral
    2 files
    • index.md
    • domain_record.md

Package cleanup

8 files changed
  • go.mod Simplified Go module dependencies
  • go.sum Significantly reduced dependency checksums
  • main.go Updated import path for refactored package
  • config.go Minor import path update
  • provider_test.go Updated test configuration
  • resource_dns_record.go Minor cleanup
  • Makefile Added documentation generation target
  • install.sh Updated installation paths
  • Simplified Go module dependencies reducing the go.sum by over 300 lines, and added docs generation make target streamline internal
    2 files
    • go.mod
    • go.sum