terraform-provider-godaddy
2016-11-13
Add destroy support and installation script
4 files · 109+ · 26-
Destroy and ID fix
1 file changed
resource_dns_record.goAdded 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.shShell 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.mdUpdated docs to reflect new installation method and destroy behavior