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
@@ -43,6 +43,6 @@ The following arguments are supported:
43
43
*`Name` - Name of the project.
44
44
*`Description` - Description of the organization.
45
45
*`Organization` - Name of the organization.
46
+
*`AutoDestroyActivityDuration` - A duration string for all workspaces in the project, representing time after each workspace's activity when an auto-destroy run will be triggered.
Copy file name to clipboardExpand all lines: website/docs/cdktf/csharp/d/workspace.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ In addition to all arguments above, the following attributes are exported:
53
53
*`AssessmentsEnabled` - (Available only in HCP Terraform) Indicates whether health assessments such as drift detection are enabled for the workspace.
54
54
*`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`).
55
55
*`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).
56
+
*`InheritsProjectAutoDestroy` - Indicates whether this workspace inherits project auto destroy settings.
56
57
*`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`.
57
58
*`Operations` - Indicates whether the workspace is using remote execution mode. Set to `False` to switch execution mode to local. `True` by default.
58
59
*`PolicyCheckFailures` - The number of policy check failures from the latest run.
@@ -90,4 +91,4 @@ The `VcsRepo` block contains:
90
91
*`OauthTokenId` - OAuth token ID of the configured VCS connection.
91
92
*`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/r/project.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The following arguments are supported:
46
46
* TFE versions v202405-1 and later support between 3-40 characters
47
47
*`Organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
48
48
*`Description` - (Optional) A description for the project.
49
+
*`AutoDestroyActivityDuration` - A duration string for all workspaces in the project, representing time after each workspace's activity when an auto-destroy run will be triggered.
49
50
50
51
## Attributes Reference
51
52
@@ -61,4 +62,4 @@ Projects can be imported; use `<PROJECT ID>` as the import ID. For example:
@@ -46,6 +46,6 @@ The following arguments are supported:
46
46
*`Name` - Name of the project.
47
47
*`Description` - Description of the organization.
48
48
*`Organization` - Name of the organization.
49
+
*`AutoDestroyActivityDuration` - A duration string for all workspaces in the project, representing time after each workspace's activity when an auto-destroy run will be triggered.
Copy file name to clipboardExpand all lines: website/docs/cdktf/go/d/workspace.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ In addition to all arguments above, the following attributes are exported:
56
56
*`AssessmentsEnabled` - (Available only in HCP Terraform) Indicates whether health assessments such as drift detection are enabled for the workspace.
57
57
*`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`).
58
58
*`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).
59
+
*`InheritsProjectAutoDestroy` - Indicates whether this workspace inherits project auto destroy settings.
59
60
*`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`.
60
61
*`Operations` - Indicates whether the workspace is using remote execution mode. Set to `False` to switch execution mode to local. `True` by default.
61
62
*`PolicyCheckFailures` - The number of policy check failures from the latest run.
@@ -93,4 +94,4 @@ The `VcsRepo` block contains:
93
94
*`OauthTokenId` - OAuth token ID of the configured VCS connection.
94
95
*`TagsRegex` - A regular expression used to trigger a Workspace run for matching Git tags.
Copy file name to clipboardExpand all lines: website/docs/cdktf/go/r/project.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ The following arguments are supported:
50
50
* TFE versions v202405-1 and later support between 3-40 characters
51
51
*`Organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
52
52
*`Description` - (Optional) A description for the project.
53
+
*`AutoDestroyActivityDuration` - A duration string for all workspaces in the project, representing time after each workspace's activity when an auto-destroy run will be triggered.
53
54
54
55
## Attributes Reference
55
56
@@ -65,4 +66,4 @@ Projects can be imported; use `<PROJECT ID>` as the import ID. For example:
0 commit comments