mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
c9ab87d49e
commit
39667b77b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user