A couple other tweaks

This commit is contained in:
Laura Pacilio 2022-01-27 16:53:25 -05:00
parent 238396567d
commit 1a66861aaf
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ apply command executes and reports on the apply operation.
10\.
- Planning modes and options available for
[`terraform plan`](/cli/commands/plan#planning-options) - Only available when you run `terraform apply` without a previously-saved plan file.
[`terraform plan`](/cli/commands/plan#planning-options) - Only available when you run `terraform apply` without a saved plan file.
For configurations using
[the `local` backend](/language/settings/backends/local) only,

View File

@ -16,7 +16,7 @@ propose to replace it in the next plan you create.
## Recommended Alternative
For Terraform v0.15.2 and later, we recommend using the [`-replace` option](/cli/commands/plan#replace-address) with `terraform apply` to force Terraform to replace an object even though there are no configuration changes that would require it.
For Terraform v0.15.2 and later, we recommend using the [`-replace` option](/cli/commands/plan#replace-address) with `terraform apply` to force Terraform to replace an object even though there are no configuration changes that would require it.
```
$ terraform apply -replace="aws_instance.example[0]"