We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530d3d7 commit ba5267bCopy full SHA for ba5267b
README.md
@@ -109,7 +109,7 @@ Python usage:
109
110
```python
111
from cdk_image_pipeline import ImagePipeline
112
-from consturcts import Construct
+from constructs import Construct
113
114
# ...
115
image_pipeline = ImagePipeline(
@@ -171,7 +171,7 @@ image_pipeline = ImagePipeline(
171
parent_image="ami-0e1d30f2c40c4c701",
172
profile_name="ImagePipelineProfile4",
173
security_groups=[sg.security_group_id],
174
- subnet_id=private_subnet[0].subnet_id
+ subnet_id=priv_subnet[0].subnet_id
175
)
176
```
177
0 commit comments