Terraform integration (Developer Tools). Imported from open-connector.
https://app.terraform.io/api/v2/account/details
/organizations
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
/organizations/{organizationName}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationName | string | required | The HCP Terraform organization name. |
/organizations/{organizationName}/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| organizationName | string | required | The HCP Terraform organization name. |
| pageNumber | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
/workspaces/{workspaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The HCP Terraform workspace ID. |
/organizations/{organizationName}/workspaces/{workspaceName}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationName | string | required | The HCP Terraform organization name. |
| workspaceName | string | required | The HCP Terraform workspace name. |
/workspaces/{workspaceId}/runs
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The HCP Terraform workspace ID. |
| pageNumber | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of records to request per page. |
| operations | array | optional | The run operations to include. |
| statuses | array | optional | The run statuses to include. |
| statusGroup | string | optional | The run status group filter value. |
| sources | array | optional | The run sources to include. |
/runs/{runId}
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The HCP Terraform run ID. |