Skip to content

Commit 4d2d376

Browse files
committed
The last feedback so fgar
1 parent 6bfc3dd commit 4d2d376

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/stack-workspace.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The following table shows which featured capabilities are available in workspace
6464
| Remote runs (plan & apply) |||
6565
| Dynamic provider credentials |||
6666
| VCS connections |||
67+
| Mono-repo support |||
6768
| Projects |||
6869
| Variable sets |||
6970
| Self-hosted agents |||

content/terraform-docs-common/docs/cloud-docs/vcs/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HCP Terraform is more powerful when you integrate it with your version control s
1010

1111
- When workspaces are linked to a VCS repository, HCP Terraform can [automatically initiate Terraform runs](/terraform/cloud-docs/workspaces/run/ui) when changes are committed to the specified branch.
1212
<!-- BEGIN: TFC:only name:stacks-tfe -->
13-
- When Stacks are linked to a VCS repository, HCP Terraform can [automatically initiate deployment runs](/terraform/cloud-docs/stacks/runs) by fetching configuration changes when they are committed to the specified branch.
13+
- When Stacks are linked to a VCS repository, HCP Terraform can [automatically initiate deployment runs](/terraform/cloud-docs/stacks/runs) by fetching configuration changes when they are committed to the specified branch. Note that Stacks do not support mono-repos.
1414
<!-- END: TFC:only name:stacks-tfe -->
1515
- HCP Terraform makes code review easier by [automatically predicting](/terraform/cloud-docs/workspaces/run/ui#speculative-plans-on-pull-requests) how pull requests will affect infrastructure.
1616
- Publishing new versions of a [private Terraform module](/terraform/cloud-docs/registry/publish-modules) is as easy as pushing a tag to the module's repository.
@@ -113,9 +113,10 @@ For complete details, click the link for your VCS provider:
113113
-> **Note:** Alternatively, you can skip the OAuth configuration process and authenticate with a personal access token. This requires using HCP Terraform's API. For details, see [the OAuth Clients API page](/terraform/cloud-docs/api-docs/oauth-clients).
114114

115115
<!-- BEGIN: TFC:only -->
116+
116117
### Private VCS
117118

118-
You can use self-hosted HCP Terraform Agents to connect HCP Terraform to your private VCS provider, such as GitHub Enterprise, GitLab Enterprise, and BitBucket Data Center. For more information, refer to [Connect to Private VCS Providers](/terraform/cloud-docs/vcs/private).
119+
You can use self-hosted HCP Terraform Agents to connect HCP Terraform workspaces to your private VCS provider, such as GitHub Enterprise, GitLab Enterprise, and BitBucket Data Center. For more information, refer to [Connect to Private VCS Providers](/terraform/cloud-docs/vcs/private).
119120

120121
<!-- END: TFC:only -->
121122

0 commit comments

Comments
 (0)