Skip to content

Commit 0e6e364

Browse files
committed
Forgot to add the CLI to runs article
1 parent b34ab93 commit 0e6e364

File tree

1 file changed

+4
-2
lines changed
  • content/terraform-docs-common/docs/cloud-docs/stacks/deploy

1 file changed

+4
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/stacks/deploy/runs.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ tfc_only: true
66

77
# Review deployment runs
88

9-
Deployment runs are a combination of an individual configuration version and one of your Stack's deployments. As in the traditional Terraform workflow, HCP Terraform creates runs every time a new configuration version introduces potential changes for a deployment.
9+
Deployment runs are a combination of an individual configuration version and one of your Stack's deployments. As in the traditional Terraform workflow, HCP Terraform creates runs every time a new configuration version introduces potential changes for a deployment. To learn more about how deployment runs work, including how they update Stack deployment state, refer to [Stack deployment runs](/terraform/cloud-docs/stacks/runs).
1010

11-
To learn more about how deployment runs work, including how they update Stack deployment state, refer to [Stack deployment runs](/terraform/cloud-docs/stacks/runs).
11+
You can also view, approve, or cancel deployment runs directly from the Terraform CLI, to learn more refer to the [`terraform stacks deployment-run` commands](/terraform/cli/commands/stacks/deployment-run).
1212

1313
## Requirements
1414

@@ -81,6 +81,8 @@ To approve all of the deployment runs for a specific configuration version, you
8181
1. Click **Approve all plans** on a deployment run to approve all pending plans for this configuration version across all deployments.
8282
1. On the **Configurations** page, click on a specific configuration version, then click on the ellipsis next to a specific deployment and click **Approve all plans**.
8383

84+
You can also view, approve, or cancel deployment runs directly from the Terraform CLI, to learn more refer to the [`terraform stacks deployment-run` commands](/terraform/cli/commands/stacks/deployment-run).
85+
8486
### Convergence checks
8587

8688
By default, each Stack has an `auto_approve` rule named `empty_plan`, which auto-approves a plan if it does not contain changes.

0 commit comments

Comments
 (0)