terraform/website/source/docs
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
..
backends Remove more references to Atlas 2017-04-07 11:56:19 -04:00
commands update init docs 2017-04-20 18:15:47 -04:00
configuration Merge pull request #12537 from Pryz/coalescelist 2017-04-21 15:23:21 -04:00
enterprise update spelling of Bitbucket 2017-04-19 17:30:58 -04:00
import provider/opc: Update documentation 2017-04-25 15:23:35 -04:00
internals Massively add HCL source tag in docs Markdown files 2017-04-17 13:17:54 +03:00
modules website: Correct capitalization of "Bitbucket" 2017-04-19 14:56:11 -07:00
plugins Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
providers Make dnsimple_records importable (#9130) 2017-04-27 02:07:23 +12:00
provisioners Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
state Update environments.html.md (#13353) 2017-04-21 08:48:34 +02:00
index.html.markdown