terraform/website/source/docs
Martin Atkins 9a398a7793 command: require resource to be in config before import
Previously we encouraged users to import a resource and _then_ write the
configuration block for it. This ordering creates lots of risk, since
for various reasons users can end up subsequently running Terraform
without any configuration in place, which then causes Terraform to want
to destroy the resource that was imported.

Now we invert this and require a minimal configuration block be written
first. This helps ensure that the user ends up with a correlated resource
config and state, protecting against any inconsistency caused by typos.

This addresses #11835.
2017-06-09 14:03:59 -07:00
..
backends Update S3 backend docs 2017-05-30 18:12:33 -04:00
commands website: Initial docs for the new "providers" subcommand 2017-06-09 14:03:59 -07:00
configuration Merge pull request #14725 from StackPointCloud/bcrypt 2017-05-30 21:39:41 +02:00
enterprise Docs: Update atlas_artifact resource to use data 2017-05-25 14:24:24 -07:00
import command: require resource to be in config before import 2017-06-09 14:03:59 -07:00
internals Massively add HCL source tag in docs Markdown files 2017-04-17 13:17:54 +03:00
modules Update sources.html.markdown (#14594) 2017-05-24 12:29:56 +01:00
plugins Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
providers Merge branch 'gh3424-vgw-route-prop' 2017-06-09 14:13:27 +03:00
provisioners Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00
state Explain purpose of environments better (#14869) 2017-05-26 20:34:23 +01:00
index.html.markdown