Skip to content

Commit 0f567a4

Browse files
committed
missed a few comments
1 parent 14f8baa commit 0f567a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/terraform-docs-common/docs/cloud-docs/stacks/configure.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This guide explains configuring a Stack’s name, description, project, and VCS
1212

1313
To view a Stack and its configurations, you must also be a member of a team in your organization with one of the following permissions:
1414

15-
* [Organization-level **Manage all projects**](/terraform/cloud-docs/users-teams-organizations/permissions#manage-all-projects) or higher
16-
* [Project-level **Maintain**](/terraform/cloud-docs/users-teams-organizations/permissions#maintain) or higher
15+
* [Organization-level **Manage all projects**](/terraform/cloud-docs/users-teams-organizations/permissions/organization) or higher
16+
* [Project-level **Read**](/terraform/cloud-docs/users-teams-organizations/permissions/project) or higher to view a Stack
17+
* [Project-level **Maintain**](/terraform/cloud-docs/users-teams-organizations/permissions/project) or higher to update a Stack
1718

1819
## Configure a Stack
1920

@@ -29,7 +30,7 @@ You can configure a Stack by performing the following steps:
2930
- Description
3031
- Project, learn about [moving a Stack to another project](/terraform/cloud-docs/stacks/configure#move-a-stack-to-another-project).
3132
- Version control settings, including:
32-
- You can also view any linked VCS repository, add a VCS connection, change your source repository, or disconnect your Stack from VCS.
33+
- You can also view any linked VCS repository, add a VCS connection, change your source repository, or disconnect your Stack from VCS. If you disconnect your Stack from VCS, you must upload further Stack configurations manually through the CLI.
3334
- Stacks automatically trigger new runs when you push a configuration change to a linked repository. To stop HCP Terraform from automatically fetching configuration changes, toggle **VCS Trigger Enabled**.
3435
- You can enable or disable **Automatic speculative plans** to have your Stack create plan-only runs for pull requests to your linked VCS repository.
3536
- You can also configure Stacks to work from either a branch or tag-based workflow.

content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are creating a Stack in an organization for the first time, you must enab
3939

4040
Stacks live alongside workspaces in a project. To create a new Stack in HCP Terraform UI, perform the following steps:
4141

42-
1. Sign in to [HCP Terraform](https://app.terraform.io), and select the organization that contains your Stack.
42+
1. Sign in to [HCP Terraform](https://app.terraform.io), and select the organization where you want to create your Stack.
4343
1. In the navigation menu, click **Projects** under **Manage**.
4444
1. Select the project where you want to create your Stack.
4545
1. Click **New**, then **Stack**.

0 commit comments

Comments
 (0)