final nits
This commit is contained in:
parent
1a66861aaf
commit
aa3a046af3
|
@ -154,10 +154,9 @@ the previous section, are also available with the same meanings on
|
||||||
normally have caused only an "update" action, or no action at all, then
|
normally have caused only an "update" action, or no action at all, then
|
||||||
Terraform will choose a "replace" action instead.
|
Terraform will choose a "replace" action instead.
|
||||||
|
|
||||||
You can use this option if you have learned that a particular remote object
|
You can use this option if you have learned that one or more remote objects
|
||||||
has become degraded in some way. If you are using immutable infrastructure
|
has become degraded in some way. Add multiple `-replace` flags to the command to replace several objects at once. If you are using immutable infrastructure
|
||||||
patterns then you may wish to respond to that by replacing the
|
patterns, you may wish to replace the malfunctioning objects with new objects that have the same configuration.
|
||||||
malfunctioning object with a new object that has the same configuration. You can also replace multiple objects at once by adding multiple flags to the command.
|
|
||||||
|
|
||||||
This option is allowed only in the normal planning mode, so this option
|
This option is allowed only in the normal planning mode, so this option
|
||||||
is incompatible with the `-destroy` option.
|
is incompatible with the `-destroy` option.
|
||||||
|
|
Loading…
Reference in New Issue