mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #33159 from VictoriaMOtus/main
This commit is contained in:
commit
27f87ff70e
@ -22,7 +22,7 @@ using [the `-replace=...` planning option](/terraform/cli/commands/plan#replace-
|
|||||||
when you run either `terraform plan` or `terraform apply`:
|
when you run either `terraform plan` or `terraform apply`:
|
||||||
|
|
||||||
```shellsession
|
```shellsession
|
||||||
$ terraform apply -replace=aws_instance.example
|
$ terraform apply -replace="aws_instance.example"
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
# aws_instance.example will be replaced, as requested
|
# aws_instance.example will be replaced, as requested
|
||||||
|
Loading…
Reference in New Issue
Block a user