Make language in callouts more user friendly

This commit is contained in:
Laura Pacilio 2022-01-27 17:05:45 -05:00
parent dca94a9eaf
commit f56c7c1c85
1 changed files with 5 additions and 6 deletions

View File

@ -39,10 +39,8 @@ Terraform will propose the plan to you and prompt you to approve it before
taking the described actions, unless you waive that prompt by using the
`-auto-approve` option.
-> **Tip:** When performing its own plan, `terraform apply` supports all of the same
[planning modes](/cli/commands/plan#planning-modes) and
[planning options](/cli/commands/plan#planning-options) that `terraform plan` would
accept, so you can customize how Terraform will create the plan.
-> **Tip:** When you run `terraform apply` without a saved plan file, you can use all of the [planning modes](/cli/commands/plan#planning-modes) and
[planning options](/cli/commands/plan#planning-options) available for `terraform plan`. This lets you customize how Terraform will create the plan.
### Saved Plan Mode
@ -111,8 +109,9 @@ apply command executes and reports on the apply operation.
[walks the graph](/internals/graph#walking-the-graph). Defaults to
10\.
- Planning modes and options available for
[`terraform plan`](/cli/commands/plan#planning-options) - Only available when you run `terraform apply` without a saved plan file.
- All [planning modes](/cli/commands/plan#planning-modes) and
[planning options](/cli/commands/plan#planning-options) for
`terraform plan` - Customize how Terraform will create the plan. Only available when you run `terraform apply` without a saved plan file.
For configurations using
[the `local` backend](/language/settings/backends/local) only,