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: website/docs/cdktf/python/d/organization.html.markdown
+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
@@ -14,7 +14,7 @@ Use this data source to get information about an organization.
14
14
## Example Usage
15
15
16
16
```python
17
-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
17
+
#DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18
18
from constructs import Construct
19
19
from cdktf import TerraformStack
20
20
#
@@ -48,4 +48,4 @@ In addition to all arguments above, the following attributes are exported:
48
48
*`owners_team_saml_role_id` - The name of the "owners" team.
49
49
*`send_passing_statuses_for_untriggered_speculative_plans` - Whether or not to send VCS status updates for untriggered speculative plans. This can be useful if large numbers of untriggered workspaces are exhausting request limits for connected version control service providers like GitHub. Defaults to true. In Terraform Enterprise, this setting has no effect and cannot be changed but is also available in Site Administration.
50
50
*`default_project_id` - 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/typescript/d/organization.html.markdown
+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
@@ -14,7 +14,7 @@ Use this data source to get information about an organization.
14
14
## Example Usage
15
15
16
16
```typescript
17
-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
17
+
//DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
18
18
import { Construct } from"constructs";
19
19
import { TerraformStack } from"cdktf";
20
20
/*
@@ -51,4 +51,4 @@ In addition to all arguments above, the following attributes are exported:
51
51
*`ownersTeamSamlRoleId` - The name of the "owners" team.
52
52
*`sendPassingStatusesForUntriggeredSpeculativePlans` - Whether or not to send VCS status updates for untriggered speculative plans. This can be useful if large numbers of untriggered workspaces are exhausting request limits for connected version control service providers like GitHub. Defaults to true. In Terraform Enterprise, this setting has no effect and cannot be changed but is also available in Site Administration.
53
53
*`defaultProjectId` - ID of the organization's default project. All workspaces created without specifying a project ID are created in this project.
0 commit comments