terraform/builtin
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
..
bins Fix import path on provider-localfile 2017-04-24 21:51:35 -07:00
providers Make dnsimple_records importable (#9130) 2017-04-27 02:07:23 +12:00
provisioners Make sure we add new Chef-Vault clients as clients (#13525) 2017-04-11 10:36:05 +02:00