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: content/terraform-docs-common/docs/cloud-docs/stacks/configure.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ This guide explains configuring a Stack’s name, description, project, and VCS
12
12
13
13
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:
14
14
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
17
18
18
19
## Configure a Stack
19
20
@@ -29,7 +30,7 @@ You can configure a Stack by performing the following steps:
29
30
- Description
30
31
- Project, learn about [moving a Stack to another project](/terraform/cloud-docs/stacks/configure#move-a-stack-to-another-project).
31
32
- 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.
33
34
- 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**.
34
35
- You can enable or disable **Automatic speculative plans** to have your Stack create plan-only runs for pull requests to your linked VCS repository.
35
36
- You can also configure Stacks to work from either a branch or tag-based workflow.
0 commit comments