fix verb tense

This commit is contained in:
Laura Pacilio 2022-01-27 16:58:17 -05:00
parent aa3a046af3
commit dca94a9eaf
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@ the previous section, are also available with the same meanings on
Terraform will choose a "replace" action instead.
You can use this option if you have learned that one or more remote objects
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, you may wish to replace the malfunctioning objects with new objects that have the same configuration.
have become degraded in some way. Add multiple `-replace` flags to replace several objects at once. If you are using immutable infrastructure patterns, you may wish to replace the malfunctioning objects with new objects that have the same configuration.
This option is allowed only in the normal planning mode, so this option
is incompatible with the `-destroy` option.