diff --git a/website/docs/cli/commands/plan.mdx b/website/docs/cli/commands/plan.mdx index 7a879a323..d36611f9a 100644 --- a/website/docs/cli/commands/plan.mdx +++ b/website/docs/cli/commands/plan.mdx @@ -155,8 +155,7 @@ the previous section, are also available with the same meanings on Terraform will choose a "replace" action instead. You can use this option if you have learned that one or more remote objects - has become degraded in some way. Add multiple `-replace` flags to the command to replace several objects at once. If you are using immutable infrastructure - patterns, you may wish to replace the malfunctioning objects with new objects that have the same configuration. + have become degraded in some way. Add multiple `-replace` flags to replace several objects at once. If you are using immutable infrastructure patterns, you may wish to replace the malfunctioning objects with new objects that have the same configuration. This option is allowed only in the normal planning mode, so this option is incompatible with the `-destroy` option.