Skip to content

Commit 48c60ac

Browse files
committed
cdktf: update index.html.markdown,r/workspace_variable_set.html.markdown,r/workspace_run_task.html.markdown,r/workspace_run.html.markdown,r/workspace_policy_set.html.markdown,r/workspace.html.markdown,r/variable_set.html.markdown,r/variable.html.markdown,r/terraform_version.html.markdown,r/team_token.html.markdown
1 parent a068f25 commit 48c60ac

20 files changed

+56
-56
lines changed

website/docs/cdktf/python/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ configuration, to ensure that new versions with breaking changes will not be
7474
automatically installed by `terraform init` in the future:
7575

7676
```python
77-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
77+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
7878
from constructs import Construct
7979
from cdktf import TerraformStack
8080
class MyConvertedCode(TerraformStack):
@@ -99,7 +99,7 @@ For more information on provider installation and constraining provider versions
9999
## Example Usage
100100

101101
```python
102-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
102+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
103103
from constructs import Construct
104104
from cdktf import TerraformStack
105105
#
@@ -138,4 +138,4 @@ The following arguments are supported:
138138
arguments. Ensure that the organization already exists prior to using this argument.
139139
This can also be specified using the `TFE_ORGANIZATION` environment variable.
140140

141-
<!-- cache-key: cdktf-0.17.1 input-a5e1d5b687ea945c66490b8d5558c062336d41c52db56dadeb96156a725efed6 -->
141+
<!-- cache-key: cdktf-0.18.0 input-a5e1d5b687ea945c66490b8d5558c062336d41c52db56dadeb96156a725efed6 -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Generates a new team token and overrides existing token if one exists.
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
#
@@ -56,7 +56,7 @@ never expire.
5656
When a token has an expiry:
5757

5858
```python
59-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
59+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
6060
from constructs import Construct
6161
from cdktf import Token, TerraformStack
6262
#
@@ -99,4 +99,4 @@ Team tokens can be imported; use `<TEAM ID>` as the import ID. For example:
9999
terraform import tfe_team_token.test team-47qC3LmA47piVan7
100100
```
101101

102-
<!-- cache-key: cdktf-0.17.1 input-81ad21e38f7d39a442070952309741b9fc85572d00ada484fd6850ada6613dff -->
102+
<!-- cache-key: cdktf-0.18.0 input-81ad21e38f7d39a442070952309741b9fc85572d00ada484fd6850ada6613dff -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Manage Terraform versions available on Terraform Cloud/Enterprise.
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
#
@@ -65,4 +65,4 @@ terraform import tfe_terraform_version.test 1.1.2
6565

6666
-> **Note:** You can fetch a Terraform version ID from the URL of an existing version in the Terraform Cloud UI. The ID is in the format `tool-<RANDOM STRING>`
6767

68-
<!-- cache-key: cdktf-0.17.1 input-432c6fecfa9af93e492bead8b0ced7287250b8cd14070d2af0bbbadc42927b88 -->
68+
<!-- cache-key: cdktf-0.18.0 input-432c6fecfa9af93e492bead8b0ced7287250b8cd14070d2af0bbbadc42927b88 -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates, updates and destroys variables.
1616
Basic usage for workspaces:
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
#
@@ -53,7 +53,7 @@ class MyConvertedCode(TerraformStack):
5353
Basic usage for variable sets:
5454

5555
```python
56-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
56+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
5757
from constructs import Construct
5858
from cdktf import Token, TerraformStack
5959
#
@@ -130,7 +130,7 @@ The `readable_value` attribute is not sensitive, and will not be redacted; inste
130130

131131
For example:
132132
```python
133-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
133+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
134134
from constructs import Construct
135135
from cdktf import TerraformStack
136136
#
@@ -189,4 +189,4 @@ example:
189189
terraform import tfe_variable.test my-org-name/varset-47qC3LmA47piVan7/var-5rTwnSaRPogw6apb
190190
```
191191

192-
<!-- cache-key: cdktf-0.17.1 input-c3bad9baf89e2964d9e69299417eec51d0597f0fb81bde0ba7db8d5ce2d6617e -->
192+
<!-- cache-key: cdktf-0.18.0 input-c3bad9baf89e2964d9e69299417eec51d0597f0fb81bde0ba7db8d5ce2d6617e -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates, updates and destroys variable sets.
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
#
@@ -87,7 +87,7 @@ class MyConvertedCode(TerraformStack):
8787
Creating a global variable set:
8888

8989
```python
90-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
90+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
9191
from constructs import Construct
9292
from cdktf import Token, TerraformStack
9393
#
@@ -153,4 +153,4 @@ Variable sets can be imported; use `<VARIABLE SET ID>` as the import ID. For exa
153153
terraform import tfe_variable_set.test varset-5rTwnSaRPogw6apb
154154
```
155155

156-
<!-- cache-key: cdktf-0.17.1 input-f7d62718eed35f26440fb694022ebdc09326a9d03b988efb8a3c149eb3b94b1a -->
156+
<!-- cache-key: cdktf-0.18.0 input-f7d62718eed35f26440fb694022ebdc09326a9d03b988efb8a3c149eb3b94b1a -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Provides a workspace resource.
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
#
@@ -44,7 +44,7 @@ class MyConvertedCode(TerraformStack):
4444
With `execution_mode` of `agent`:
4545

4646
```python
47-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
47+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
4848
from constructs import Construct
4949
from cdktf import TerraformStack
5050
#
@@ -185,4 +185,4 @@ terraform import tfe_workspace.test ws-CH5in3chf8RJjrVd
185185
terraform import tfe_workspace.test my-org-name/my-wkspace-name
186186
```
187187

188-
<!-- cache-key: cdktf-0.17.1 input-de112f4c52db39d25f8b816c1c51371daa657d8ca222b05af6488fed41372ef3 -->
188+
<!-- cache-key: cdktf-0.18.0 input-de112f4c52db39d25f8b816c1c51371daa657d8ca222b05af6488fed41372ef3 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Adds and removes policy sets from a workspace
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 Token, TerraformStack
2424
#
@@ -76,4 +76,4 @@ Workspace Policy Sets can be imported; use `<ORGANIZATION>/<WORKSPACE NAME>/<POL
7676
terraform import tfe_workspace_policy_set.test 'my-org-name/workspace/policy-set-name'
7777
```
7878

79-
<!-- cache-key: cdktf-0.17.1 input-063704782b0ed470f47929ea2ae102aff05366cceeb62a7760562407d4442e44 -->
79+
<!-- cache-key: cdktf-0.18.0 input-063704782b0ed470f47929ea2ae102aff05366cceeb62a7760562407d4442e44 -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `tfe_workspace_run` expects to own exactly one apply during a creation and/o
2424
Basic usage with multiple workspaces:
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
#
@@ -104,7 +104,7 @@ class MyConvertedCode(TerraformStack):
104104
With manual confirmation:
105105

106106
```python
107-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
107+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
108108
from constructs import Construct
109109
from cdktf import TerraformStack
110110
#
@@ -154,7 +154,7 @@ class MyConvertedCode(TerraformStack):
154154
With no retries:
155155

156156
```python
157-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
157+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
158158
from constructs import Construct
159159
from cdktf import TerraformStack
160160
#
@@ -228,4 +228,4 @@ Both `apply` and `destroy` block supports:
228228
In addition to all arguments above, the following attributes are exported:
229229

230230
* `id` - The ID of the run created by this resource. Note, if the resource was created without an `apply{}` configuration block, then this ID will not refer to a real run in Terraform Cloud.
231-
<!-- cache-key: cdktf-0.17.1 input-041419f518c0405e85227f2933aa7402414ae5b4f96725d448d521ecc7a24518 -->
231+
<!-- cache-key: cdktf-0.18.0 input-041419f518c0405e85227f2933aa7402414ae5b4f96725d448d521ecc7a24518 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The tfe_workspace_run_task resource associates, updates and removes [Workspace R
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
#
@@ -58,4 +58,4 @@ import ID. For example:
5858
terraform import tfe_workspace_run_task.test my-org-name/workspace/task-name
5959
```
6060

61-
<!-- cache-key: cdktf-0.17.1 input-c6eef700127257dfb3fc46f3f9dc706d6e4c14877b176dfe4e276fe83d59d5db -->
61+
<!-- cache-key: cdktf-0.18.0 input-c6eef700127257dfb3fc46f3f9dc706d6e4c14877b176dfe4e276fe83d59d5db -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Adds and removes variable sets from a workspace
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 Token, TerraformStack
2424
#
@@ -76,4 +76,4 @@ Workspace Variable Sets can be imported; use `<ORGANIZATION>/<WORKSPACE NAME>/<V
7676
terraform import tfe_workspace_variable_set.test 'my-org-name/workspace/My Variable Set'
7777
```
7878

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

0 commit comments

Comments
 (0)