Add destroy support and installation script
4 files · 109+ · 26-

Destroy and ID fix

1 file changed
  • resource_dns_record.go Added destroy handler that restores domain records to defaults; fixed resource ID assignment
  • Implemented resource destroy that restores GoDaddy domain records to provider defaults rather than deleting the domain itself instantiate behavioral
    1 file
    • resource_dns_record.go

Installation script

1 file changed
  • install.sh Shell script to download and install provider binary to Terraform plugin directory
  • Created installation script that downloads the correct binary release and installs it to the Terraform plugins directory instantiate internal
    1 file
    • install.sh

Documentation

1 file changed
  • README.md Updated docs to reflect new installation method and destroy behavior
  • Updated README with installation script usage and clarified destroy behavior specify errata
    1 file
    • README.md