Update command to match /cli/commands/taint -replace cmd

Update documentation to match the documentation on the deprecated taint command in /cli/commands/taint.
This commit is contained in:
Victoria Mann 2023-05-06 17:01:55 -04:00 committed by GitHub
parent c9ab87d49e
commit 39667b77b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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