Miscellaneous updates for Terraform v1.3.0 compatibility
14 files · 244+ · 113-

Terraform 1.3 compatibility

3 files changed
  • go.mod Updated Go module dependencies for Terraform 1.3 SDK
  • go.sum Updated dependency checksums
  • release.yml Renamed from publish.yaml with updated workflow configuration
  • Updated provider for Terraform v1.3.0 compatibility with updated SDK dependencies and workflow refinements baseline architectural
    1 file
    • go.mod

Resource and API improvements

4 files changed
  • resource_dns_record.go Enhanced record handling with improved import, read, and update logic
  • client.go Minor API client improvements
  • domains.go Improved domain record operations
  • types.go Expanded type definitions with additional validation
  • Enhanced domain record resource with improved import handling, better read/update logic, and expanded API type definitions interface behavioral
    2 files
    • resource_dns_record.go
    • types.go

Documentation and build updates

6 files changed
  • README.md Updated release links and documentation for Terraform 1.3
  • index.md Updated registry documentation
  • domain_record.md Updated resource documentation
  • Makefile Updated build targets
  • Dockerfile Updated Docker configuration
  • docker-compose.yml Minor config update
  • Updated all documentation and build infrastructure for Terraform 1.3.0 release specify errata
    2 files
    • README.md
    • index.md