Remove invisible space
This commit is contained in:
parent
f56c7c1c85
commit
6e80276cc9
|
@ -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