Merge pull request #33159 from VictoriaMOtus/main

This commit is contained in:
Craig Wright 2023-05-08 17:27:29 -07:00 committed by GitHub
commit 27f87ff70e
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