Add shorthand notation for A and NS records
6 files · 129+ · 50-

Shorthand record notation

2 files changed
  • resource_dns_record.go Added addresses and nameservers list attributes as shorthand for A/NS records
  • types.go Extended type system with MX support and expanded record validation to 512-byte data
  • Added addresses and nameservers shorthand attributes to the domain record resource, enabling simpler A/NS record definitions without full record blocks (issue number 4) interface behavioral
    1 file
    • resource_dns_record.go
  • Added MX record type to supported types list and expanded data field validation range instantiate behavioral
    1 file
    • types.go

Documentation and dependency updates

3 files changed
  • README.md Documented shorthand notation for A and NS records
  • glide.lock Updated dependency lock
  • glide.yaml Updated dependency references
  • Updated README with examples of addresses and nameservers shorthand syntax specify errata
    1 file
    • README.md