You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> **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>`
Copy file name to clipboardExpand all lines: website/docs/cdktf/python/r/workspace_run.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The `tfe_workspace_run` expects to own exactly one apply during a creation and/o
24
24
Basic usage with multiple workspaces:
25
25
26
26
```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
28
28
from constructs import Construct
29
29
from cdktf import TerraformStack
30
30
#
@@ -104,7 +104,7 @@ class MyConvertedCode(TerraformStack):
104
104
With manual confirmation:
105
105
106
106
```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
108
108
from constructs import Construct
109
109
from cdktf import TerraformStack
110
110
#
@@ -154,7 +154,7 @@ class MyConvertedCode(TerraformStack):
154
154
With no retries:
155
155
156
156
```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
158
158
from constructs import Construct
159
159
from cdktf import TerraformStack
160
160
#
@@ -228,4 +228,4 @@ Both `apply` and `destroy` block supports:
228
228
In addition to all arguments above, the following attributes are exported:
229
229
230
230
*`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.
0 commit comments