From 39667b77b81bc5c4e48bdde4668b6b5552e7e9f5 Mon Sep 17 00:00:00 2001 From: Victoria Mann <102971594+VictoriaMOtus@users.noreply.github.com> Date: Sat, 6 May 2023 17:01:55 -0400 Subject: [PATCH] Update command to match /cli/commands/taint -replace cmd Update documentation to match the documentation on the deprecated taint command in /cli/commands/taint. --- website/docs/cli/state/taint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/state/taint.mdx b/website/docs/cli/state/taint.mdx index 475d7e6186..dbf1229b98 100644 --- a/website/docs/cli/state/taint.mdx +++ b/website/docs/cli/state/taint.mdx @@ -22,7 +22,7 @@ using [the `-replace=...` planning option](/terraform/cli/commands/plan#replace- when you run either `terraform plan` or `terraform apply`: ```shellsession -$ terraform apply -replace=aws_instance.example +$ terraform apply -replace="aws_instance.example" # ... # aws_instance.example will be replaced, as requested