A couple other tweaks
This commit is contained in:
parent
238396567d
commit
1a66861aaf
|
@ -112,7 +112,7 @@ apply command executes and reports on the apply operation.
|
||||||
10\.
|
10\.
|
||||||
|
|
||||||
- Planning modes and options available for
|
- 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
|
For configurations using
|
||||||
[the `local` backend](/language/settings/backends/local) only,
|
[the `local` backend](/language/settings/backends/local) only,
|
||||||
|
|
|
@ -16,7 +16,7 @@ propose to replace it in the next plan you create.
|
||||||
|
|
||||||
## Recommended Alternative
|
## 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]"
|
$ terraform apply -replace="aws_instance.example[0]"
|
||||||
|
|
Loading…
Reference in New Issue