Add initial support for terraform import
5 files · 44+ · 6-

Import support

3 files changed
  • resource_dns_record.go Added import state handler for domain record resources
  • client.go Added API method to support fetching domain records for import
  • types.go Added additional fields needed for import operations
  • Implemented Terraform import for godaddy_domain_record resources, allowing existing domains to be imported into state using the domain name as the resource ID (issue number 8) interface behavioral
    2 files
    • resource_dns_record.go
    • client.go

Documentation

1 file changed
  • README.md Documented import usage with terraform import command example
  • Added import example and documentation noting this is a manual workaround pending full Terraform import automation support specify errata
    1 file
    • README.md