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 d15a811 commit 543f8daCopy full SHA for 543f8da
cdk_stacks/vpc.py
@@ -15,7 +15,7 @@ class VpcStack(Stack):
15
def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
16
super().__init__(scope, construct_id, **kwargs)
17
18
- #XXX: For createing Amazon MWAA in the existing VPC,
+ #XXX: For creating the CDK Stacks in the existing VPC,
19
# remove comments from the below codes and
20
# comments out vpc = aws_ec2.Vpc(..) codes,
21
# then pass -c vpc_name=your-existing-vpc to cdk command
0 commit comments