Skip to content

Commit d9e55d9

Browse files
Apply suggestions from code review
Co-authored-by: trujillo-adam <[email protected]>
1 parent 4a9ea43 commit d9e55d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/run-tasks/run-tasks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Properties without a default value are required unless otherwise specified.
8888
| `data.attributes.global-configuration.enabled` | bool | false | (Optional) Whether the task will be associated on all workspaces. |
8989
| `data.attributes.global-configuration.stages` | array | | (Optional) An array of strings representing the stages of the run lifecycle when the run task should begin. Must be one or more of `"pre_plan"`, `"post_plan"`, `"pre_apply"`, or `"post_apply"`. |
9090
| `data.attributes.global-configuration.enforcement-level` | string | | (Optional) The enforcement level of the workspace task. Must be `"advisory"` or `"mandatory"`. |
91-
| `data.relationships.agent-pool.data.id` | string | | (Optional) The agent pool that HCP Terraform uses to make requests for the run task. Requires HCP Terraform **Premium** plan, the [`private_run_tasks` feature entitlement](/terraform/cloud-docs/api-docs#feature-entitlements), and a self-hosted HCP Terraform agent with [request forwarding](/terraform/cloud-docs/agents/request-forwarding). |
91+
| `data.relationships.agent-pool.data.id` | string | | (Optional) The agent pool that HCP Terraform uses to make requests for the run task. Requires [HCP Terraform Premium plan](https://www.hashicorp.com/en/pricing?tab=terraform), the [`private_run_tasks` feature entitlement](/terraform/cloud-docs/api-docs#feature-entitlements), and a self-hosted HCP Terraform agent with [request forwarding](/terraform/cloud-docs/agents/request-forwarding). |
9292

9393
### Sample Payload
9494

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ You must set up new VCS connections any time you update the VCS host configurati
123123

124124
## Viewing events
125125

126-
-> **Note**: The VCS events page is in beta, and only supports GitLab.com connections made after December 2020.
126+
<Note>
127+
128+
The VCS events page is in beta, and only supports GitLab.com connections made after December 2020.
129+
130+
</Note>
127131

128132
VCS events describe changes within your organization for VCS-related actions. The VCS events page only displays events from previously processed commits in the past 30 days. The VCS page indicates previously processed commits with the message, `"Processing skipped for duplicate commit SHA"`.
129133

0 commit comments

Comments
 (0)