terraform/website/docs
Martin Atkins 08ba58c8c8 website: Documentation about the one-to-one object binding assumption
Terraform's design assumes that each remote object in Terraform's care is
bound to one resource instance and one alone. If the same object is bound
to multiple instances then confusing behavior will often result, such as
two resource configurations competing to update a single object, or
objects being "left behind" when all existing Terraform deployments are
destroyed.

This assumption was previously only implied, though. This change is an
attempt to be more explicit about it, although these are additions to some
older documentation sections that have not been revised for some time and
so this is just a best effort to make this information discoverable
without getting drawn into a full-on reorganization of these sections.

While revising this there were some particular oddities that I decided to
revise while I was there, but I'll leave a fuller revision of this older
content for a later commit when we have more time to review it in greater
detail.
2020-07-31 15:22:50 -07:00
..
backends command/init: return an error with invalid -backend-config files (#25411) 2020-06-26 12:49:31 -04:00
commands website: Documentation about the one-to-one object binding assumption 2020-07-31 15:22:50 -07:00
configuration website: Add links to relevant Learn guides in several docs pages (#25718) 2020-07-31 13:16:35 -07:00
configuration-0-11 website: Remove links to the getting started guide's old location 2020-03-18 14:20:03 -07:00
import website: Documentation about the one-to-one object binding assumption 2020-07-31 15:22:50 -07:00
internals Website: 0.13 docs edits, mostly around provider requirements (#25686) 2020-07-30 21:07:36 -07:00
modules Website: 0.13 docs edits, mostly around provider requirements (#25686) 2020-07-30 21:07:36 -07:00
plugins website: Add links to relevant Learn guides in several docs pages (#25718) 2020-07-31 13:16:35 -07:00
providers Website: 0.13 docs edits, mostly around provider requirements (#25686) 2020-07-30 21:07:36 -07:00
provisioners website: Add links to relevant Learn guides in several docs pages (#25718) 2020-07-31 13:16:35 -07:00
registry Website: 0.13 docs edits, mostly around provider requirements (#25686) 2020-07-30 21:07:36 -07:00
state website: Documentation about the one-to-one object binding assumption 2020-07-31 15:22:50 -07:00
cli-index.html.md website: Use canonical URLs for learn.hashicorp.com links 2019-12-20 16:06:00 -08:00