terraform/website/docs/cli/state
Martin Atkins beb9432155 website: CLI state manipulation section de-emphasize old features
Previously the "terraform state ..." subcommands were the only way to
perform various manipulations of the state, but in recent Terraform
versions we have replaced these with better options.

Since these pages seem to already have pretty good search engine
optimization for the use-cases they are describing, we'll prioritize
mentioning the new approaches and only mention the now-deprecated or
de-emphasized features as a secondary approach.

Specifically:
 - Describe the -replace=... planning option in preference to
   "terraform taint", and present taint as primarily a mechanism for
   Terraform to use itself, as opposed to something end-users should
   typically use directly.
 - Introduce the config-based refactoring features before describing
   "terraform state mv".

The older features here are still applicable in some situations and are
required for those still using older versions of Terraform, so we will
retain the information about them for now while aiming to be clearer in
each case about which is our preferred, modern approach.
2022-01-11 07:36:20 -08:00
..
index.mdx website: CLI state manipulation section de-emphasize old features 2022-01-11 07:36:20 -08:00
inspect.mdx migrate docs to mdx 2021-12-14 18:41:17 -08:00
move.mdx website: CLI state manipulation section de-emphasize old features 2022-01-11 07:36:20 -08:00
recover.mdx migrate docs to mdx 2021-12-14 18:41:17 -08:00
resource-addressing.mdx migrate docs to mdx 2021-12-14 18:41:17 -08:00
taint.mdx website: CLI state manipulation section de-emphasize old features 2022-01-11 07:36:20 -08:00