From dca94a9eaf4012250c9fe8ddbb15cea9ef84f8a7 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:58:17 -0500 Subject: [PATCH] fix verb tense --- website/docs/cli/commands/plan.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.