Skip to content

Commit 17a8428

Browse files
committed
cdktf: update r/run_trigger.html.markdown,r/registry_module.html.markdown,r/project_variable_set.html.markdown,r/project_policy_set.html.markdown,r/project.html.markdown,r/policy_set_parameter.html.markdown,r/policy_set.html.markdown,r/policy.html.markdown,r/organization_token.html.markdown,r/organization_run_task.html.markdown
1 parent 48c60ac commit 17a8428

20 files changed

+56
-56
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The tfe_organization_run_task resource creates, updates and destroys [Organizati
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
#
@@ -63,4 +63,4 @@ import ID. For example:
6363
terraform import tfe_organization_run_task.test my-org-name/task-name
6464
```
6565

66-
<!-- cache-key: cdktf-0.17.1 input-2482057418e7cc734368ed47d407a461dfa8ee113ddf7518616de198f1a08f83 -->
66+
<!-- cache-key: cdktf-0.18.0 input-2482057418e7cc734368ed47d407a461dfa8ee113ddf7518616de198f1a08f83 -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ can be used to act as the organization service account.
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
#
@@ -50,7 +50,7 @@ never expire.
5050
When a token has an expiry:
5151

5252
```python
53-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
53+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5454
from constructs import Construct
5555
from cdktf import Token, TerraformStack
5656
#
@@ -87,4 +87,4 @@ For example:
8787
terraform import tfe_organization_token.test my-org-name
8888
```
8989

90-
<!-- cache-key: cdktf-0.17.1 input-5b9e020334a13d0577c4e9e4346975577380e0411aedc8378ee9dd8564dceb66 -->
90+
<!-- cache-key: cdktf-0.18.0 input-5b9e020334a13d0577c4e9e4346975577380e0411aedc8378ee9dd8564dceb66 -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enforced during runs.
2121
Basic usage for Sentinel:
2222

2323
```python
24-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
24+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2525
from constructs import Construct
2626
from cdktf import TerraformStack
2727
#
@@ -45,7 +45,7 @@ class MyConvertedCode(TerraformStack):
4545
Basic usage for Open Policy Agent(OPA):
4646

4747
```python
48-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
48+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
4949
from constructs import Construct
5050
from cdktf import TerraformStack
5151
#
@@ -97,4 +97,4 @@ import ID. For example:
9797
terraform import tfe_policy.test my-org-name/pol-wAs3zYmWAhYK7peR
9898
```
9999

100-
<!-- cache-key: cdktf-0.17.1 input-ea229695faa93801409757c25356cacdfc7085cbdb339121ab75a922171703db -->
100+
<!-- cache-key: cdktf-0.18.0 input-ea229695faa93801409757c25356cacdfc7085cbdb339121ab75a922171703db -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for workspaces that the policy set is attached to.
2222
Basic usage (VCS-based policy set):
2323

2424
```python
25-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
25+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
2626
from constructs import Construct
2727
from cdktf import Token, TerraformStack
2828
#
@@ -52,7 +52,7 @@ class MyConvertedCode(TerraformStack):
5252
Using manually-specified policies:
5353

5454
```python
55-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
55+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5656
from constructs import Construct
5757
from cdktf import Token, TerraformStack
5858
#
@@ -76,7 +76,7 @@ class MyConvertedCode(TerraformStack):
7676
Manually uploaded policy set, in lieu of VCS:
7777

7878
```python
79-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
79+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
8080
from constructs import Construct
8181
from cdktf import Token, TerraformStack
8282
#
@@ -159,4 +159,4 @@ Policy sets can be imported; use `<POLICY SET ID>` as the import ID. For example
159159
terraform import tfe_policy_set.test polset-wAs3zYmWAhYK7peR
160160
```
161161

162-
<!-- cache-key: cdktf-0.17.1 input-87dbe1491f5d0ac7c103cc9c7efc59a2174d7dcb1ad313a0a80615bf40216578 -->
162+
<!-- cache-key: cdktf-0.18.0 input-87dbe1491f5d0ac7c103cc9c7efc59a2174d7dcb1ad313a0a80615bf40216578 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates, updates and destroys policy set parameters.
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
#
@@ -73,4 +73,4 @@ terraform import tfe_policy_set_parameter.test polset-wAs3zYmWAhYK7peR/var-5rTwn
7373
```
7474

7575

76-
<!-- cache-key: cdktf-0.17.1 input-3d439f538435c91fac393d64ba8c1ac4db8481770f20e794bdb2cde671211a74 -->
76+
<!-- cache-key: cdktf-0.18.0 input-3d439f538435c91fac393d64ba8c1ac4db8481770f20e794bdb2cde671211a74 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Provides a project resource.
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
#
@@ -59,4 +59,4 @@ Projects can be imported; use `<PROJECT ID>` as the import ID. For example:
5959
terraform import tfe_project.test prj-niVoeESBXT8ZREhr
6060
```
6161

62-
<!-- cache-key: cdktf-0.17.1 input-1474b825c9c589412c43de4a18e1a76520a956d36d14e4f1d48fea36baf71f3c -->
62+
<!-- cache-key: cdktf-0.18.0 input-1474b825c9c589412c43de4a18e1a76520a956d36d14e4f1d48fea36baf71f3c -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds and removes policy sets from a project
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
#
@@ -74,4 +74,4 @@ Project Policy Sets can be imported; use `<ORGANIZATION>/<PROJECT ID>/<POLICY SE
7474
terraform import tfe_project_policy_set.test 'my-org-name/project/policy-set-name'
7575
```
7676

77-
<!-- cache-key: cdktf-0.17.1 input-a94d4f5e615194b94eca988f334f60e46c27baa01749b25710f047ee6a038864 -->
77+
<!-- cache-key: cdktf-0.18.0 input-a94d4f5e615194b94eca988f334f60e46c27baa01749b25710f047ee6a038864 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds and removes variable sets from a project
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
#
@@ -74,4 +74,4 @@ Project Variable Sets can be imported; use `<ORGANIZATION>/<PROJECT ID>/<VARIABL
7474
terraform import tfe_project_variable_set.test 'my-org-name/prj-F1NpdVBuCF3xc5Rp/Test Varset'
7575
```
7676

77-
<!-- cache-key: cdktf-0.17.1 input-3ed7efa700c9f0adbd77edbead72946a667e2f16005af09d2a97b4351f63db90 -->
77+
<!-- cache-key: cdktf-0.18.0 input-3ed7efa700c9f0adbd77edbead72946a667e2f16005af09d2a97b4351f63db90 -->

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Terraform Cloud's private module registry helps you share Terraform modules acro
1616
Basic usage with VCS:
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
#
@@ -52,7 +52,7 @@ class MyConvertedCode(TerraformStack):
5252
Create private registry module with GitHub App:
5353

5454
```python
55-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
55+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5656
from constructs import Construct
5757
from cdktf import Token, TerraformStack
5858
#
@@ -85,7 +85,7 @@ class MyConvertedCode(TerraformStack):
8585
Create private registry module without VCS:
8686

8787
```python
88-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
88+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
8989
from constructs import Construct
9090
from cdktf import TerraformStack
9191
#
@@ -112,7 +112,7 @@ class MyConvertedCode(TerraformStack):
112112
Create public registry module:
113113

114114
```python
115-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
115+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
116116
from constructs import Construct
117117
from cdktf import TerraformStack
118118
#
@@ -140,7 +140,7 @@ class MyConvertedCode(TerraformStack):
140140
Create no-code provisioning registry module:
141141

142142
```python
143-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
143+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
144144
from constructs import Construct
145145
from cdktf import TerraformStack
146146
#
@@ -218,4 +218,4 @@ terraform import tfe_registry_module.test my-org-name/public/namespace/name/prov
218218
terraform import tfe_registry_module.test my-org-name/name/provider/mod-qV9JnKRkmtMa4zcA
219219
```
220220

221-
<!-- cache-key: cdktf-0.17.1 input-73fb04cba01303aff48c3c32c7ea49194a8f795307ef90c104807e23257c79ac -->
221+
<!-- cache-key: cdktf-0.18.0 input-73fb04cba01303aff48c3c32c7ea49194a8f795307ef90c104807e23257c79ac -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to up to 20 source workspaces.
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
#
@@ -70,4 +70,4 @@ Run triggers can be imported; use `<RUN TRIGGER ID>` as the import ID. For examp
7070
terraform import tfe_run_trigger.test rt-qV9JnKRkmtMa4zcA
7171
```
7272

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

0 commit comments

Comments
 (0)