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: CHANGELOG.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ ENHANCEMENTS:
8
8
*`d/tfe_workspace`: Add an `auto_destroy_at` attribute for reading a scheduled auto-destroy, by @notchairmk[1354](https://github.com/hashicorp/terraform-provider-tfe/pull/1354)
9
9
*`r/tfe_registry_module`: Add `initial_version` support for Branch Based Modules by @aaabdelgany[#1363](https://github.com/hashicorp/terraform-provider-tfe/pull/1363)
10
10
*`r/tfe_oauth_client`: Add `agent_pool_id` as an optional argument to enable Private VCS support, by @roleesinhaHC[1255](https://github.com/hashicorp/terraform-provider-tfe/pull/1255)
11
+
*`r/tfe_project`: Increase the Project name length from 36 to 40 characters @hs26gill[#1351](https://github.com/hashicorp/terraform-provider-tfe/pull/1351)
11
12
12
13
BUG FIXES:
13
14
*`r/tfe_registry_module`: Prevents constant diff after a successful apply when `tags` and `tests_enabled` is not set by @Uk1288[#1357](https://github.com/hashicorp/terraform-provider-tfe/pull/1357)
@@ -17,9 +18,6 @@ BUG FIXES:
17
18
FEATURES:
18
19
*`r/tfe_team`: Add attributes `manage_teams`, `manage_organization_access`, and `access_secret_teams` to `organization_access` on `tfe_team` by @juliannatetreault[#1313](https://github.com/hashicorp/terraform-provider-tfe/pull/1313)
19
20
20
-
ENHANCEMENTS:
21
-
*`r/tfe_project`: Increase the Project name length from 36 to 40 characters @hs26gill[#1351](https://github.com/hashicorp/terraform-provider-tfe/pull/1351)
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/ip_ranges.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ description: |-
5
5
Get HCP Terraform and Terraform Enterprise's IP ranges of its services
6
6
---
7
7
8
+
9
+
<!-- Please do not edit this file, it is generated. -->
8
10
# Data Source: tfe_ip_ranges
9
11
10
12
Use this data source to retrieve a list of HCP Terraform's IP ranges. For more information about these IP ranges, view our [documentation about HCP Terraform IP Ranges](https://developer.hashicorp.com/terraform/cloud-docs/architectural-details/ip-ranges).
@@ -43,4 +45,4 @@ The following attributes are exported:
43
45
*`Vcs` - The list of IP ranges in CIDR notation used for connecting to VCS providers.
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/organization.html.markdown
+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
@@ -49,4 +49,4 @@ In addition to all arguments above, the following attributes are exported:
49
49
*`AggregatedCommitStatusEnabled` - Whether or not to enable Aggregated Status Checks. This can be useful for monorepo repositories with multiple workspaces receiving status checks for events such as a pull request.
50
50
*`DefaultProjectId` - ID of the organization's default project. All workspaces created without specifying a project ID are created in this project.
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/organization_run_task.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ description: |-
5
5
Get information on a Run task.
6
6
---
7
7
8
+
9
+
<!-- Please do not edit this file, it is generated. -->
8
10
# Data Source: tfe_organization_run_task
9
11
10
12
[Run tasks](https://developer.hashicorp.com/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 attach to any workspace in an organization.
@@ -48,4 +50,4 @@ In addition to all arguments above, the following attributes are exported:
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/workspace.html.markdown
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,8 @@ In addition to all arguments above, the following attributes are exported:
48
48
*`AllowDestroyPlan` - Indicates whether destroy plans can be queued on the workspace.
49
49
*`AutoApply` - Indicates whether to automatically apply changes when a Terraform plan is successful.
50
50
*`AutoApplyRunTrigger` - Whether the workspace will automatically apply changes for runs that were created by run triggers from another workspace.
51
-
<<<<<<< HEAD
51
+
*`AutoDestroyAt` - Future date/time string at which point all resources in a workspace will be scheduled to be deleted.
52
52
*`AssessmentsEnabled` - (Available only in HCP Terraform) Indicates whether health assessments such as drift detection are enabled for the workspace.
53
-
=======
54
-
*`AssessmentsEnabled` - (Available only in Terraform Cloud) Indicates whether health assessments such as drift detection are enabled for the workspace.
55
-
>>>>>>> adf61bce (cdktf: update documentation)
56
53
*`FileTriggersEnabled` - Indicates whether runs are triggered based on the changed files in a VCS push (if `True`) or always triggered on every push (if `False`).
57
54
*`GlobalRemoteState` - (Optional) Whether the workspace should allow all workspaces in the organization to access its state data during runs. If false, then only specifically approved workspaces can access its state (determined by the `RemoteStateConsumerIds` argument).
58
55
*`RemoteStateConsumerIds` - (Optional) A set of workspace IDs that will be set as the remote state consumers for the given workspace. Cannot be used if `GlobalRemoteState` is set to `True`.
@@ -92,4 +89,4 @@ The `VcsRepo` block contains:
92
89
*`OauthTokenId` - OAuth token ID of the configured VCS connection.
93
90
*`TagsRegex` - A regular expression used to trigger a Workspace run for matching Git tags.
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/workspace_run_task.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ description: |-
5
5
Get information on a Workspace Run task.
6
6
---
7
7
8
+
9
+
<!-- Please do not edit this file, it is generated. -->
8
10
# Data Source: tfe_workspace_task
9
11
10
12
[Run tasks](https://developer.hashicorp.com/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 attach to any workspace in an organization.
@@ -46,4 +48,4 @@ In addition to all arguments above, the following attributes are exported:
0 commit comments