Skip to content

Commit e724169

Browse files
committed
cdktf: update d/organization.html.markdown,d/oauth_client.html.markdown,d/ip_ranges.html.markdown,d/github_installation.html.markdown,d/agent_pool.html.markdown
1 parent cde397b commit e724169

10 files changed

+26
-26
lines changed

website/docs/cdktf/python/d/agent_pool.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to get information about an agent pool.
1414
## Example Usage
1515

1616
```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
1818
from constructs import Construct
1919
from cdktf import TerraformStack
2020
#
@@ -45,4 +45,4 @@ In addition to all arguments above, the following attributes are exported:
4545
* `id` - The agent pool ID.
4646
* `organization_scoped` - Whether or not the agent pool can be used by all workspaces in the organization.
4747

48-
<!-- cache-key: cdktf-0.17.1 input-b223e1934ef43efb927b0566eadbb97c45112079ed23b335806e0098961b16f3 -->
48+
<!-- cache-key: cdktf-0.18.0 input-b223e1934ef43efb927b0566eadbb97c45112079ed23b335806e0098961b16f3 -->

website/docs/cdktf/python/d/github_installation.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this data source to get information about the Github App Installation.
1616
### Finding a Github App Installation by its installation ID
1717

1818
```python
19-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
19+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2020
from constructs import Construct
2121
from cdktf import TerraformStack
2222
#
@@ -35,7 +35,7 @@ class MyConvertedCode(TerraformStack):
3535
### Finding a Github App Installation by its name
3636

3737
```python
38-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
38+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
3939
from constructs import Construct
4040
from cdktf import TerraformStack
4141
#
@@ -65,4 +65,4 @@ Must be one of: `installation_id` or `name`.
6565
In addition to all arguments above, the following attributes are exported:
6666

6767
* `id` - The internal ID of the Github Installation. This is different from the `installation_id`.
68-
<!-- cache-key: cdktf-0.17.1 input-0a4ff055d60c44b213a5dc7ce9fcb8c10208e9d24cd4e44f3a552a718ea64d50 -->
68+
<!-- cache-key: cdktf-0.18.0 input-0a4ff055d60c44b213a5dc7ce9fcb8c10208e9d24cd4e44f3a552a718ea64d50 -->

website/docs/cdktf/python/d/ip_ranges.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to retrieve a list of Terraform Cloud's IP ranges. For more
1414
## Example Usage
1515

1616
```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
1818
from constructs import Construct
1919
from cdktf import TerraformOutput, TerraformStack
2020
#
@@ -45,4 +45,4 @@ The following attributes are exported:
4545
* `vcs` - The list of IP ranges in CIDR notation used for connecting to VCS providers.
4646

4747

48-
<!-- cache-key: cdktf-0.17.1 input-a34895b98b3769147c0512ab50d1c1788daf43f5ff3206286266831c516fc66b -->
48+
<!-- cache-key: cdktf-0.18.0 input-a34895b98b3769147c0512ab50d1c1788daf43f5ff3206286266831c516fc66b -->

website/docs/cdktf/python/d/oauth_client.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this data source to get information about an OAuth client.
1616
### Finding an OAuth client by its ID
1717

1818
```python
19-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
19+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2020
from constructs import Construct
2121
from cdktf import TerraformStack
2222
#
@@ -35,7 +35,7 @@ class MyConvertedCode(TerraformStack):
3535
### Finding an OAuth client by its name
3636

3737
```python
38-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
38+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
3939
from constructs import Construct
4040
from cdktf import TerraformStack
4141
#
@@ -55,7 +55,7 @@ class MyConvertedCode(TerraformStack):
5555
### Finding an OAuth client by its service provider
5656

5757
```python
58-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
58+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5959
from constructs import Construct
6060
from cdktf import TerraformStack
6161
#
@@ -102,4 +102,4 @@ In addition to all arguments above, the following attributes are exported:
102102
* `service_provider` - The API identifier of the OAuth service provider.
103103
* `service_provider_display_name` - The display name of the OAuth service provider.
104104

105-
<!-- cache-key: cdktf-0.17.1 input-59b4bcbbb310e7ee913a245f3c751829442542dbcf1bbb4c87ac286043b69348 -->
105+
<!-- cache-key: cdktf-0.18.0 input-59b4bcbbb310e7ee913a245f3c751829442542dbcf1bbb4c87ac286043b69348 -->

website/docs/cdktf/python/d/organization.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to get information about an organization.
1414
## Example Usage
1515

1616
```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
1818
from constructs import Construct
1919
from cdktf import TerraformStack
2020
#
@@ -48,4 +48,4 @@ In addition to all arguments above, the following attributes are exported:
4848
* `owners_team_saml_role_id` - The name of the "owners" team.
4949
* `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.
5050
* `default_project_id` - ID of the organization's default project. All workspaces created without specifying a project ID are created in this project.
51-
<!-- cache-key: cdktf-0.17.1 input-73ec7085b3dbf61a45984fb7c74bac9c042ca20c175259f0650faf7acfa99133 -->
51+
<!-- cache-key: cdktf-0.18.0 input-73ec7085b3dbf61a45984fb7c74bac9c042ca20c175259f0650faf7acfa99133 -->

website/docs/cdktf/typescript/d/agent_pool.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to get information about an agent pool.
1414
## Example Usage
1515

1616
```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
1818
import { Construct } from "constructs";
1919
import { TerraformStack } from "cdktf";
2020
/*
@@ -48,4 +48,4 @@ In addition to all arguments above, the following attributes are exported:
4848
* `id` - The agent pool ID.
4949
* `organizationScoped` - Whether or not the agent pool can be used by all workspaces in the organization.
5050

51-
<!-- cache-key: cdktf-0.17.1 input-b223e1934ef43efb927b0566eadbb97c45112079ed23b335806e0098961b16f3 -->
51+
<!-- cache-key: cdktf-0.18.0 input-b223e1934ef43efb927b0566eadbb97c45112079ed23b335806e0098961b16f3 -->

website/docs/cdktf/typescript/d/github_installation.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this data source to get information about the Github App Installation.
1616
### Finding a Github App Installation by its installation ID
1717

1818
```typescript
19-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
19+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2020
import { Construct } from "constructs";
2121
import { TerraformStack } from "cdktf";
2222
/*
@@ -38,7 +38,7 @@ class MyConvertedCode extends TerraformStack {
3838
### Finding a Github App Installation by its name
3939

4040
```typescript
41-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
41+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
4242
import { Construct } from "constructs";
4343
import { TerraformStack } from "cdktf";
4444
/*
@@ -71,4 +71,4 @@ Must be one of: `installationId` or `name`.
7171
In addition to all arguments above, the following attributes are exported:
7272

7373
* `id` - The internal ID of the Github Installation. This is different from the `installationId`.
74-
<!-- cache-key: cdktf-0.17.1 input-0a4ff055d60c44b213a5dc7ce9fcb8c10208e9d24cd4e44f3a552a718ea64d50 -->
74+
<!-- cache-key: cdktf-0.18.0 input-0a4ff055d60c44b213a5dc7ce9fcb8c10208e9d24cd4e44f3a552a718ea64d50 -->

website/docs/cdktf/typescript/d/ip_ranges.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to retrieve a list of Terraform Cloud's IP ranges. For more
1414
## Example Usage
1515

1616
```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
1818
import { Construct } from "constructs";
1919
import { TerraformOutput, TerraformStack } from "cdktf";
2020
/*
@@ -48,4 +48,4 @@ The following attributes are exported:
4848
* `vcs` - The list of IP ranges in CIDR notation used for connecting to VCS providers.
4949

5050

51-
<!-- cache-key: cdktf-0.17.1 input-a34895b98b3769147c0512ab50d1c1788daf43f5ff3206286266831c516fc66b -->
51+
<!-- cache-key: cdktf-0.18.0 input-a34895b98b3769147c0512ab50d1c1788daf43f5ff3206286266831c516fc66b -->

website/docs/cdktf/typescript/d/oauth_client.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this data source to get information about an OAuth client.
1616
### Finding an OAuth client by its ID
1717

1818
```typescript
19-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
19+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2020
import { Construct } from "constructs";
2121
import { TerraformStack } from "cdktf";
2222
/*
@@ -38,7 +38,7 @@ class MyConvertedCode extends TerraformStack {
3838
### Finding an OAuth client by its name
3939

4040
```typescript
41-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
41+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
4242
import { Construct } from "constructs";
4343
import { TerraformStack } from "cdktf";
4444
/*
@@ -61,7 +61,7 @@ class MyConvertedCode extends TerraformStack {
6161
### Finding an OAuth client by its service provider
6262

6363
```typescript
64-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
64+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
6565
import { Construct } from "constructs";
6666
import { TerraformStack } from "cdktf";
6767
/*
@@ -111,4 +111,4 @@ In addition to all arguments above, the following attributes are exported:
111111
* `serviceProvider` - The API identifier of the OAuth service provider.
112112
* `serviceProviderDisplayName` - The display name of the OAuth service provider.
113113

114-
<!-- cache-key: cdktf-0.17.1 input-59b4bcbbb310e7ee913a245f3c751829442542dbcf1bbb4c87ac286043b69348 -->
114+
<!-- cache-key: cdktf-0.18.0 input-59b4bcbbb310e7ee913a245f3c751829442542dbcf1bbb4c87ac286043b69348 -->

website/docs/cdktf/typescript/d/organization.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this data source to get information about an organization.
1414
## Example Usage
1515

1616
```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
1818
import { Construct } from "constructs";
1919
import { TerraformStack } from "cdktf";
2020
/*
@@ -51,4 +51,4 @@ In addition to all arguments above, the following attributes are exported:
5151
* `ownersTeamSamlRoleId` - The name of the "owners" team.
5252
* `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.
5353
* `defaultProjectId` - ID of the organization's default project. All workspaces created without specifying a project ID are created in this project.
54-
<!-- cache-key: cdktf-0.17.1 input-73ec7085b3dbf61a45984fb7c74bac9c042ca20c175259f0650faf7acfa99133 -->
54+
<!-- cache-key: cdktf-0.18.0 input-73ec7085b3dbf61a45984fb7c74bac9c042ca20c175259f0650faf7acfa99133 -->

0 commit comments

Comments
 (0)