@@ -16,7 +16,7 @@ Terraform Cloud's private module registry helps you share Terraform modules acro
16
16
Basic usage with VCS:
17
17
18
18
``` 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
20
20
from constructs import Construct
21
21
from cdktf import TerraformStack
22
22
#
@@ -52,7 +52,7 @@ class MyConvertedCode(TerraformStack):
52
52
Create private registry module with GitHub App:
53
53
54
54
``` 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
56
56
from constructs import Construct
57
57
from cdktf import Token, TerraformStack
58
58
#
@@ -85,7 +85,7 @@ class MyConvertedCode(TerraformStack):
85
85
Create private registry module without VCS:
86
86
87
87
``` 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
89
89
from constructs import Construct
90
90
from cdktf import TerraformStack
91
91
#
@@ -112,7 +112,7 @@ class MyConvertedCode(TerraformStack):
112
112
Create public registry module:
113
113
114
114
``` 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
116
116
from constructs import Construct
117
117
from cdktf import TerraformStack
118
118
#
@@ -140,7 +140,7 @@ class MyConvertedCode(TerraformStack):
140
140
Create no-code provisioning registry module:
141
141
142
142
``` 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
144
144
from constructs import Construct
145
145
from cdktf import TerraformStack
146
146
#
@@ -218,4 +218,4 @@ terraform import tfe_registry_module.test my-org-name/public/namespace/name/prov
218
218
terraform import tfe_registry_module.test my-org-name/name/provider/mod-qV9JnKRkmtMa4zcA
219
219
```
220
220
221
- <!-- cache-key: cdktf-0.17.1 input-73fb04cba01303aff48c3c32c7ea49194a8f795307ef90c104807e23257c79ac -->
221
+ <!-- cache-key: cdktf-0.18.0 input-73fb04cba01303aff48c3c32c7ea49194a8f795307ef90c104807e23257c79ac -->
0 commit comments