terraform/website/source/docs/providers/dnsimple
James Healy ae7df37e6f Make dnsimple_records importable (#9130)
* Make dnsimple_records importable

terraform 0.7 supports importing a resource into the local state, and
this adds that feature to the dnsimple_record resource.

Unfortunately, the DNSimple v1 API requires a domain name and record ID
to fetch a record, so the import command accepts both pieces of data as
a slash-delimted string like so:

    terraform import dnsimple_record.test example.com/1234

* add an acceptance test for importing a dnsimple_record
2017-04-27 02:07:23 +12:00
..
r Make dnsimple_records importable (#9130) 2017-04-27 02:07:23 +12:00
index.html.markdown Update dnsimple provider 2017-04-10 12:22:31 -04:00