File tree Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,11 @@ class MyConvertedCode(TerraformStack):
64
64
65
65
Import is supported using the following syntax:
66
66
67
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
68
+
67
69
``` shell
68
70
# Random bytes can be imported by specifying the value as base64 string.
69
71
terraform import random_bytes.basic " 8/fu3q+2DcgSJ19i0jZ5Cw=="
70
72
```
71
73
72
- <!-- cache-key: cdktf-0.20.8 input-25dd9466f22fbe7d883503390ce1b83d66bac79809038270884f1aa9e1707016 -->
74
+ <!-- cache-key: cdktf-0.20.8 input-1491898ea6dc5de206b80477becb8af7d16a65484aed4c2e657ee03553f3732b -->
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ class MyConvertedCode(TerraformStack):
91
91
92
92
Import is supported using the following syntax:
93
93
94
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
95
+
94
96
``` shell
95
97
# Random IDs can be imported using the b64_url with an optional prefix. This
96
98
# can be used to replace a config value with a value interpolated from the
@@ -103,4 +105,4 @@ terraform import random_id.server p-9hUg
103
105
$ terraform import random_id.server my-prefix-,p-9hUg
104
106
```
105
107
106
- <!-- cache-key: cdktf-0.20.8 input-5f91020093f3912bfcdaccf929f7d6b4f81c78dec85ef60164d34297667dd198 -->
108
+ <!-- cache-key: cdktf-0.20.8 input-dba7eb7903c51c58e9ff55fba6c6d64a8342eddd04d55a863b71bc3e3a233c99 -->
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ class MyConvertedCode(TerraformStack):
72
72
73
73
Import is supported using the following syntax:
74
74
75
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
76
+
75
77
``` shell
76
78
# Random integers can be imported using the result, min, and max, with an
77
79
# optional seed. This can be used to replace a config value with a value
@@ -81,4 +83,4 @@ Import is supported using the following syntax:
81
83
terraform import random_integer.priority 15390,1,50000
82
84
```
83
85
84
- <!-- cache-key: cdktf-0.20.8 input-14468c71f20ebc7d2a161542108e1cc214b9ae4d6f2c5008aa55d67bf9354ebf -->
86
+ <!-- cache-key: cdktf-0.20.8 input-04a623631d19c9c19f96f265a4c72584ae8122078c454a5281bfaf35bd615ab2 -->
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ class MyConvertedCode(TerraformStack):
57
57
58
58
Import is supported using the following syntax:
59
59
60
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
61
+
60
62
``` shell
61
63
# Random UUID's can be imported. This can be used to replace a config
62
64
# value with a value interpolated from the random provider without
@@ -65,4 +67,4 @@ Import is supported using the following syntax:
65
67
terraform import random_uuid.main aabbccdd-eeff-0011-2233-445566778899
66
68
```
67
69
68
- <!-- cache-key: cdktf-0.20.8 input-28b6319e244b3425052c370a8691eaadb0c8a850033c058c030cffbcec995a1d -->
70
+ <!-- cache-key: cdktf-0.20.8 input-a93e5a190f5a4ad5f4367c23ecfe2b327c5bdcf6a7367b97c92bed98db5e5050 -->
Original file line number Diff line number Diff line change @@ -71,9 +71,11 @@ class MyConvertedCode extends TerraformStack {
71
71
72
72
Import is supported using the following syntax:
73
73
74
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
75
+
74
76
``` shell
75
77
# Random bytes can be imported by specifying the value as base64 string.
76
78
terraform import random_bytes.basic " 8/fu3q+2DcgSJ19i0jZ5Cw=="
77
79
```
78
80
79
- <!-- cache-key: cdktf-0.20.8 input-25dd9466f22fbe7d883503390ce1b83d66bac79809038270884f1aa9e1707016 -->
81
+ <!-- cache-key: cdktf-0.20.8 input-1491898ea6dc5de206b80477becb8af7d16a65484aed4c2e657ee03553f3732b -->
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ class MyConvertedCode extends TerraformStack {
94
94
95
95
Import is supported using the following syntax:
96
96
97
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
98
+
97
99
``` shell
98
100
# Random IDs can be imported using the b64_url with an optional prefix. This
99
101
# can be used to replace a config value with a value interpolated from the
@@ -106,4 +108,4 @@ terraform import random_id.server p-9hUg
106
108
$ terraform import random_id.server my-prefix-,p-9hUg
107
109
```
108
110
109
- <!-- cache-key: cdktf-0.20.8 input-5f91020093f3912bfcdaccf929f7d6b4f81c78dec85ef60164d34297667dd198 -->
111
+ <!-- cache-key: cdktf-0.20.8 input-dba7eb7903c51c58e9ff55fba6c6d64a8342eddd04d55a863b71bc3e3a233c99 -->
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ class MyConvertedCode extends TerraformStack {
80
80
81
81
Import is supported using the following syntax:
82
82
83
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
84
+
83
85
``` shell
84
86
# Random integers can be imported using the result, min, and max, with an
85
87
# optional seed. This can be used to replace a config value with a value
@@ -89,4 +91,4 @@ Import is supported using the following syntax:
89
91
terraform import random_integer.priority 15390,1,50000
90
92
```
91
93
92
- <!-- cache-key: cdktf-0.20.8 input-14468c71f20ebc7d2a161542108e1cc214b9ae4d6f2c5008aa55d67bf9354ebf -->
94
+ <!-- cache-key: cdktf-0.20.8 input-04a623631d19c9c19f96f265a4c72584ae8122078c454a5281bfaf35bd615ab2 -->
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ class MyConvertedCode extends TerraformStack {
60
60
61
61
Import is supported using the following syntax:
62
62
63
+ The [ ` terraform import ` command] ( https://developer.hashicorp.com/terraform/cli/commands/import ) can be used, for example:
64
+
63
65
``` shell
64
66
# Random UUID's can be imported. This can be used to replace a config
65
67
# value with a value interpolated from the random provider without
@@ -68,4 +70,4 @@ Import is supported using the following syntax:
68
70
terraform import random_uuid.main aabbccdd-eeff-0011-2233-445566778899
69
71
```
70
72
71
- <!-- cache-key: cdktf-0.20.8 input-28b6319e244b3425052c370a8691eaadb0c8a850033c058c030cffbcec995a1d -->
73
+ <!-- cache-key: cdktf-0.20.8 input-a93e5a190f5a4ad5f4367c23ecfe2b327c5bdcf6a7367b97c92bed98db5e5050 -->
You can’t perform that action at this time.
0 commit comments