terraform/website/docs
Martin Atkins 2a95d98383 docs: terraform state show is not machine-readable
In earlier versions of Terraform the result of terraform state show was
in the pre-0.12 "flatmap" structure that was unable to reflect nested
data structures. That was fixed in Terraform 0.12, but as a consequence
this statement about the output being machine-parseable (which was
debateable even in older versions) is incorrect.

Fortunately, we now have "terraform show -json" to get output that is
intentionally machine-parseable, so we'll recommend to use that instead
here. The JSON output of that command is a superset of what's produced by
"terraform state show", so should be usable to meet any use-case that
might previously have been met by parsing the "terraform state show"
output.
2020-01-07 09:39:20 -08:00
..
backends Add a backend-specific env var for the GCS backend. 2019-12-12 03:35:39 -08:00
commands docs: terraform state show is not machine-readable 2020-01-07 09:39:20 -08:00
configuration Merge pull request #23265 from lucazz/update_docs_for_outputs 2019-12-17 07:34:46 -05:00
configuration-0-11 website: interpolation: clean up more placeholder formatting 2019-11-18 12:32:51 -08:00
import Change wording back to attach, add for_each mention 2019-11-01 11:47:46 -04:00
internals docs/internal/resource-addressing: Omit for_each full splat example for now 2019-08-08 08:56:57 -04:00
modules website: Fix a missing word in the Module Composition page 2019-10-28 15:19:26 -07:00
plugins website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
providers Change Yandex.Cloud provider name in index 2019-12-20 11:48:40 +03:00
provisioners website: Fix extension_requests argument name for Puppet provisioner 2019-11-06 17:14:12 -08:00
registry website: update publishing modules documentation 2019-12-24 10:22:59 -05:00
state website: Revise sensitive data in state page 2019-12-18 11:39:04 -08:00
cli-index.html.md website: Use canonical URLs for learn.hashicorp.com links 2019-12-20 16:06:00 -08:00