diff --git a/website/docs/cloud-docs/stacks/deploy/plans.mdx b/website/docs/cloud-docs/stacks/deploy/plans.mdx index 73be90a9c..f9e005a15 100644 --- a/website/docs/cloud-docs/stacks/deploy/plans.mdx +++ b/website/docs/cloud-docs/stacks/deploy/plans.mdx @@ -86,9 +86,9 @@ When viewing a deployment plan, HCP Terraform notes if that plan is awaiting app ### Convergence checks -After applying any plan, HCP Terraform automatically triggers a plan called a convergence check. A convergence check is a re-plan to ensure components do not have any [deferred changes](#deferred-changes). HCP Terraform continues to trigger new plans until the convergence check returns a plan that does not contain changes. +After applying any plan, HCP Terraform automatically triggers a plan called a convergence check. A convergence check is a replan to ensure components do not have any [deferred changes](#deferred-changes). HCP Terraform continues to trigger new plans until the convergence check returns a plan that does not contain changes. -By default, each Stack has an `auto-approve` rule named `empty_plan`, which auto-approves a plan if it does not contain changes. When a convergence check contains no changes, HCP Terraform auto-applies that plan. +By default, each Stack has an `auto_approve` rule named `empty_plan`, which auto-approves a plan if it does not contain changes. When a convergence check contains no changes, HCP Terraform auto-applies that plan. ## Deferred changes