You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/cli/commands/plan.html.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ is primarily intended for when
41
41
[running Terraform in automation](https://learn.hashicorp.com/tutorials/terraform/automate-terraform?in=terraform/automation&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS).
42
42
43
43
If you run `terraform plan` without the `-out=FILE` option then it will create
44
-
a _speculative plan_, which is a description of a the effect of the plan but
44
+
a _speculative plan_, which is a description of the effect of the plan but
45
45
without any intent to actually apply it.
46
46
47
47
In teams that use a version control and code review workflow for making changes
@@ -252,7 +252,7 @@ The available options are:
252
252
253
253
*`-input=false` - Disables Terraform's default behavior of prompting for
254
254
input for root module input variables that have not otherwise been assigned
255
-
a value. This option is particular useful when running Terraform in
255
+
a value. This option is particularly useful when running Terraform in
256
256
non-interactive automation systems.
257
257
258
258
*`-lock=false` - Don't hold a state lock during the operation. This is
@@ -287,7 +287,7 @@ The available options are:
287
287
be saved in cleartext in the plan file. You should therefore treat any
288
288
saved plan files as potentially-sensitive artifacts.
289
289
290
-
*`-parallelism=n` - Limit the number of concurrent operation as Terraform
290
+
*`-parallelism=n` - Limit the number of concurrent operations as Terraform
291
291
[walks the graph](/docs/internals/graph.html#walking-the-graph). Defaults
0 commit comments