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/api-docs/run-tasks/run-tasks-integration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ description: >-
14
14
15
15
# Run tasks integration API
16
16
17
-
[Run tasks](/terraform/cloud-docs/workspaces/settings/run-tasks) allow HCP Terraform to interact with external systems at specific points in the HCP Terraform run lifecycle.
17
+
[Run tasks](/terraform/cloud-docs/workspaces/settings/run-tasks) allow HCP Terraform to interact with external systems at specific points in the workspace run lifecycle.
18
18
This page lists the API endpoints used to trigger a run task and the expected response from the integration.
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/api-docs/run-tasks/run-tasks.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ description: >-
40
40
41
41
# Run tasks API reference
42
42
43
-
[Run tasks](/terraform/cloud-docs/workspaces/settings/run-tasks) allow HCP Terraform to interact with external systems at specific points in the HCP Terraform run lifecycle. Run tasks are reusable configurations that you can associate to any workspace in an organization. This page lists the API endpoints for run tasks in an organization and explains how to associate run tasks to workspaces.
43
+
[Run tasks](/terraform/cloud-docs/workspaces/settings/run-tasks) allow HCP Terraform workspaces interact with external systems at specific points in the HCP Terraform run lifecycle. Run tasks are reusable configurations that you can associate to any workspace in an organization. This page lists the API endpoints for run tasks in an organization and explains how to associate run tasks to workspaces.
~> **Important:** The state version outputs for a state version (as well as some other information about it) might be **populated asynchronously** by HCP Terraform. These values might not be immediately available after the state version is uploaded. The `resources-processed` property on the associated [state version object](/terraform/cloud-docs/api-docs/state-versions) indicates whether or not HCP Terraform has finished any necessary asynchronous processing. If you need to use these values, be sure to wait for `resources-processed` to become `true` before assuming that the values are in fact empty.
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/api-docs/state-versions.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ description: >-
41
41
## Attributes
42
42
43
43
State version API objects represent an instance of Terraform state data for a workspace, but do not directly contain the stored state. Instead, they contain information about the state, its properties, and its contents, and include one or more URLs from which the state can be downloaded.
Some of the information returned in a state version API object might be **populated asynchronously** by HCP Terraform. This includes resources, modules, providers, and the [state version outputs](/terraform/cloud-docs/api-docs/state-version-outputs) associated with the state version. These values might not be immediately available after the state version is uploaded. The `resources-processed` property on the state version object indicates whether or not HCP Terraform has finished any necessary asynchronous processing. If you need to use these values, be sure to wait for `resources-processed` to become `true` before assuming that the values are in fact empty.
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/api-docs/variable-sets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: >-
6
6
7
7
# Variable sets API reference
8
8
9
-
A [variable set](/terraform/cloud-docs/variables#scope) is a resource that allows you to reuse the same variables across multiple workspaces<!--BEGIN:TFC:onlyname:stacks-tfe-->,Stacks,<!--END:TFC:onlyname:stacks-tfe-->andprojects.Forexample,youcoulddefineavariablesetofprovidercredentialsandautomaticallyapplyittoaselectionofworkspaces,allworkspacesinaproject,<!--BEGIN:TFC:onlyname:stacks-tfe-->allStacksinaproject,<!--END:TFC:onlyname:stacks-tfe-->orallworkspacesinanorganization.
9
+
A [variable set](/terraform/cloud-docs/variables#scope) is a resource that allows you to reuse the same variables across multiple workspaces<!--BEGIN:TFC:onlyname:stacks-tfe-->,Stacks,<!--END:TFC:onlyname:stacks-tfe-->andprojects.Forexample,youcoulddefineavariablesetofprovidercredentialsandautomaticallyapplyittoaselectionofworkspaces,allworkspacesinaproject,<!--BEGIN:TFC:onlyname:stacks-tfe-->allStacksinaproject,<!--END:TFC:onlyname:stacks-tfe-->orallworkspacesinanorganization.
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/api-docs/workspaces.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ By supplying the necessary attributes under a `vcs-repository` object, you can c
116
116
|`data.attributes.name`| string | none | The name of the workspace. Workspace names can only include letters, numbers, `-`, and `_`. The name a unique identifier n the organization. |
117
117
|`data.attributes.agent-pool-id`| string | none | Required when `execution-mode` is set to `agent`. The ID of the agent pool belonging to the workspace's organization. This value must not be specified if `execution-mode` is set to `remote` or `local` or if `operations` is set to `true`. |
118
118
|`data.attributes.allow-destroy-plan`| boolean |`true`| Whether destroy plans can be queued on the workspace. |
119
-
|`data.attributes.assessments-enabled`| boolean |`false`| (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Plus tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). |
119
+
|`data.attributes.assessments-enabled`| boolean |`false`| (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Standard tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). |
120
120
|`data.attributes.auto-apply`| boolean |`false`| Whether to automatically apply changes when a Terraform plan is successful in runs initiated by VCS, UI or CLI, [with some exceptions](/terraform/cloud-docs/workspaces/settings#auto-apply-and-manual-apply). |
121
121
|`data.attributes.auto-apply-run-trigger`| boolean |`false`| Whether to automatically apply changes when a Terraform plan is successful in runs initiated by run triggers. |
122
122
|`data.attributes.auto-destroy-at`| string | (nothing) | Timestamp when the next scheduled destroy run will occur, refer to [Scheduled Destroy](/terraform/cloud-docs/workspaces/settings/deletion#automatically-destroy). |
@@ -538,7 +538,7 @@ Properties without a default value are required.
538
538
|`data.attributes.name`| string | (previous value) | A new name for the workspace, which can only include letters, numbers, `-`, and `_`. This will be used as an identifier and must be unique in the organization. **Warning:** Changing a workspace's name changes its URL in the API and UI. |
539
539
|`data.attributes.agent-pool-id`| string | (previous value) | Required when `execution-mode` is set to `agent`. The ID of the agent pool belonging to the workspace's organization. This value must not be specified if `execution-mode` is set to `remote` or `local` or if `operations` is set to `true`. |
540
540
|`data.attributes.allow-destroy-plan`| boolean | (previous value) | Whether destroy plans can be queued on the workspace. |
541
-
|`data.attributes.assessments-enabled`| boolean |`false`| (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Plus tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). |
541
+
|`data.attributes.assessments-enabled`| boolean |`false`| (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Standard tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). |
542
542
|`data.attributes.auto-apply`| boolean | (previous value) | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by VCS, UI or CLI, [with some exceptions](/terraform/cloud-docs/workspaces/settings#auto-apply-and-manual-apply). |
543
543
|`data.attributes.auto-apply-run-trigger`| boolean | (previous value) | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by run triggers. |
544
544
|`data.attributes.auto-destroy-at`| string | (previous value) | Timestamp when the next scheduled destroy run will occur, refer to [Scheduled Destroy](/terraform/cloud-docs/workspaces/settings/deletion#automatically-destroy). |
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/architectural-details/ip-ranges.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tfc_only: true
9
9
10
10
HCP Terraform uses static IP ranges for certain features, such as notifications and VCS connections, and you can retrieve these IP ranges through the [IP ranges API](/terraform/cloud-docs/api-docs/ip-ranges).
11
11
12
-
The IP ranges API does not publish the ranges for workspaces <!--BEGIN:TFC:onlyname:stacks-tfe-->orStacks<!--END:TFC:onlyname:stacks-tfe-->doingTerraformoperationsin[remoteexecutionmode](/terraform/cloud-docs/workspaces/settings#execution-mode).IfyouwanttolimitaccesstospecificCIDRswhenconnectingtoyourinfrastructure,configureyourHCPTerraformworkspace<!--BEGIN:TFC:onlyname:stacks-tfe-->orStack<!--END:TFC:onlyname:stacks-tfe-->tousethe[**agent**executionmode](/terraform/cloud-docs/workspaces/settings#execution-mode)torunTerraformoperationsonan[HCPTerraformagent](/terraform/cloud-docs/agents).
12
+
The IP ranges API does not publish the ranges for workspaces or Stacks doing Terraform operations in [remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). If you want to limit access to specific CIDRs when connecting to your infrastructure, configure your HCP Terraform [workspace](/terraform/cloud-docs/workspaces/settings#execution-mode)or [Stack](/terraform/cloud-docs/stacks/configure)to run Terraform operations on**Agent** execution mode using an [HCP Terraform agent](/terraform/cloud-docs/agents).
13
13
14
14
-> **Note:** The IP ranges for each feature returned by the IP Ranges API may overlap. Additionally, these published ranges do not currently allow for execution of Terraform runs against local resources, such as for CLI-driven runs.
0 commit comments