Skip to content

Commit 9a71e1c

Browse files
committed
cdktf: update r/organization_module_sharing.html.markdown,r/organization_membership.html.markdown,r/organization.html.markdown,r/oauth_client.html.markdown,r/notification_configuration.html.markdown,r/no_code_module.html.markdown,r/agent_token.html.markdown,r/agent_pool_allowed_workspaces.html.markdown,r/agent_pool.html.markdown,r/admin_organization_settings.markdown
1 parent 29b1ec7 commit 9a71e1c

20 files changed

+50
-50
lines changed

website/docs/cdktf/python/r/admin_organization_settings.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ incorporating an admin token in your provider config.
1818
Basic usage:
1919

2020
```python
21-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
21+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2222
from constructs import Construct
2323
from cdktf import TerraformStack
2424
#
@@ -76,4 +76,4 @@ The following arguments are supported:
7676

7777
This resource does not manage the creation of an organization and there is no need to import it.
7878

79-
<!-- cache-key: cdktf-0.17.1 input-513d248f99cf75a1469fc2846ea390faf571c1296655be1472abf867f8405ff8 -->
79+
<!-- cache-key: cdktf-0.18.0 input-513d248f99cf75a1469fc2846ea390faf571c1296655be1472abf867f8405ff8 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pools to run remote operations with isolated, private, or on-premises infrastruc
1818
Basic usage:
1919

2020
```python
21-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
21+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2222
from constructs import Construct
2323
from cdktf import TerraformStack
2424
#
@@ -67,4 +67,4 @@ terraform import tfe_agent_pool.test apool-rW0KoLSlnuNb5adB
6767
terraform import tfe_workspace.test my-org-name/my-agent-pool-name
6868
```
6969

70-
<!-- cache-key: cdktf-0.17.1 input-0c7f696f1755518d4d25139bde27181a2162728db0756dfc60a6fe8e169b3689 -->
70+
<!-- cache-key: cdktf-0.18.0 input-0c7f696f1755518d4d25139bde27181a2162728db0756dfc60a6fe8e169b3689 -->

website/docs/cdktf/python/r/agent_pool_allowed_workspaces.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for Business account.
2020
Basic usage:
2121

2222
```python
23-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
23+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2424
from constructs import Construct
2525
from cdktf import Token, TerraformStack
2626
#
@@ -70,4 +70,4 @@ terraform import tfe_agent_pool_allowed_workspaces.foobar apool-rW0KoLSlnuNb5adB
7070
```
7171

7272

73-
<!-- cache-key: cdktf-0.17.1 input-0830c2350c9bc1d08e42086147e2faab617c9e3df62a7fdecdc74ef5e6b8439f -->
73+
<!-- cache-key: cdktf-0.18.0 input-0830c2350c9bc1d08e42086147e2faab617c9e3df62a7fdecdc74ef5e6b8439f -->

website/docs/cdktf/python/r/agent_token.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These tokens allow agents to communicate securely with Terraform Cloud.
1717
Basic usage:
1818

1919
```python
20-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
20+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2121
from constructs import Construct
2222
from cdktf import TerraformStack
2323
#
@@ -57,4 +57,4 @@ The following arguments are supported:
5757
* `description` - The description of agent token.
5858
* `token` - The generated token.
5959

60-
<!-- cache-key: cdktf-0.17.1 input-0b48bd828d88ed48d140d96f6cf5b5dd1fd182cfb82d3bf6211f7610464c0f01 -->
60+
<!-- cache-key: cdktf-0.18.0 input-0b48bd828d88ed48d140d96f6cf5b5dd1fd182cfb82d3bf6211f7610464c0f01 -->

website/docs/cdktf/python/r/no_code_module.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates, updates and destroys no-code module for registry modules.
1616
Basic usage:
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 Token, TerraformStack
2222
#
@@ -51,7 +51,7 @@ class MyConvertedCode(TerraformStack):
5151
Creating a no-code module with variable options:
5252

5353
```python
54-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
54+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5555
from constructs import Construct
5656
from cdktf import Token, TerraformStack
5757
#
@@ -119,4 +119,4 @@ No-code modules can be imported; use `<NO CODE MODULE ID>` as the import ID. For
119119
terraform import tfe_no_code_module.test nocode-qV9JnKRkmtMa4zcA
120120
```
121121

122-
<!-- cache-key: cdktf-0.17.1 input-1204d286dd93ad6b8890ea46ff233ae490bae459320c56bddd6dbe876dc0cdb5 -->
122+
<!-- cache-key: cdktf-0.18.0 input-1204d286dd93ad6b8890ea46ff233ae490bae459320c56bddd6dbe876dc0cdb5 -->

website/docs/cdktf/python/r/notification_configuration.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Each workspace can have up to 20 notification configurations, and they apply to
1919
Basic usage:
2020

2121
```python
22-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
22+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2323
from constructs import Construct
2424
from cdktf import Token, TerraformStack
2525
#
@@ -57,7 +57,7 @@ class MyConvertedCode(TerraformStack):
5757
With `destination_type` of `email`:
5858

5959
```python
60-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
60+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
6161
from constructs import Construct
6262
from cdktf import Token, TerraformStack
6363
#
@@ -102,7 +102,7 @@ class MyConvertedCode(TerraformStack):
102102
(**TFE only**) With `destination_type` of `email`, using `email_addresses` list and `email_users`:
103103

104104
```python
105-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
105+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
106106
from constructs import Construct
107107
from cdktf import Token, TerraformStack
108108
#
@@ -188,4 +188,4 @@ Notification configurations can be imported; use `<NOTIFICATION CONFIGURATION ID
188188
terraform import tfe_notification_configuration.test nc-qV9JnKRkmtMa4zcA
189189
```
190190

191-
<!-- cache-key: cdktf-0.17.1 input-9d0816dcd22f4150cde8c310824fc0b8fbead7ab67241d3e7c43d64ea82d47e5 -->
191+
<!-- cache-key: cdktf-0.18.0 input-9d0816dcd22f4150cde8c310824fc0b8fbead7ab67241d3e7c43d64ea82d47e5 -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provider.
1919
Basic usage:
2020

2121
```python
22-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
22+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2323
from constructs import Construct
2424
from cdktf import TerraformStack
2525
#
@@ -47,7 +47,7 @@ See [documentation for TFC/E setup](https://developer.hashicorp.com/terraform/cl
4747
**Note:** This resource requires a private key when creating Azure DevOps Server OAuth clients.
4848

4949
```python
50-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
50+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5151
from constructs import Construct
5252
from cdktf import TerraformStack
5353
#
@@ -77,7 +77,7 @@ When using BitBucket Server, you must use three required fields: `key`, `secret`
7777

7878

7979
```python
80-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
80+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
8181
from constructs import Construct
8282
from cdktf import TerraformStack
8383
#
@@ -130,4 +130,4 @@ Link.
130130
* `id` - The ID of the OAuth client.
131131
* `oauth_token_id` - The ID of the OAuth token associated with the OAuth client.
132132

133-
<!-- cache-key: cdktf-0.17.1 input-0dea494ef76c038939d94b5ae6a0e741e36a87509a350f558cd11d098bf1bde9 -->
133+
<!-- cache-key: cdktf-0.18.0 input-0dea494ef76c038939d94b5ae6a0e741e36a87509a350f558cd11d098bf1bde9 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Manages organizations.
1616
Basic usage:
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
#
@@ -64,4 +64,4 @@ example:
6464
terraform import tfe_organization.test my-org-name
6565
```
6666

67-
<!-- cache-key: cdktf-0.17.1 input-e999dce0c812e7592cf4dee664b3d7cf3ca7d5544304b1163f915d3bcd134ee2 -->
67+
<!-- cache-key: cdktf-0.18.0 input-e999dce0c812e7592cf4dee664b3d7cf3ca7d5544304b1163f915d3bcd134ee2 -->

website/docs/cdktf/python/r/organization_membership.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ be updated manually.
2424
Basic usage:
2525

2626
```python
27-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
27+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2828
from constructs import Construct
2929
from cdktf import TerraformStack
3030
#
@@ -69,4 +69,4 @@ terraform import tfe_organization_membership.test my-org-name/[email protected]
6969
terraform import tfe_organization_membership.test ou-wAs3zYmWAhYK7peR
7070
```
7171

72-
<!-- cache-key: cdktf-0.17.1 input-383f0821513f61e02310e32b122b0568c5cece986618b0f88a8f14bf067d3f63 -->
72+
<!-- cache-key: cdktf-0.18.0 input-383f0821513f61e02310e32b122b0568c5cece986618b0f88a8f14bf067d3f63 -->

website/docs/cdktf/python/r/organization_module_sharing.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use of an admin token and is for Terraform Enterprise only.
1919
Basic usage:
2020

2121
```python
22-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
22+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2323
from constructs import Construct
2424
from cdktf import TerraformStack
2525
#
@@ -43,4 +43,4 @@ The following arguments are supported:
4343
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
4444
* `module_consumers` - (Required) Names of the organizations to consume the module registry.
4545

46-
<!-- cache-key: cdktf-0.17.1 input-02a08f841b4b6228f7e4901255d3f9ff1f43a4bb23ea25bd0ba880c20069f448 -->
46+
<!-- cache-key: cdktf-0.18.0 input-02a08f841b4b6228f7e4901255d3f9ff1f43a4bb23ea25bd0ba880c20069f448 -->

0 commit comments

Comments
 (0)