Skip to content

Commit 7442d16

Browse files
committed
add cfn guard
1 parent 559d666 commit 7442d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cdk/bin/VpcResourcesApp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const VpcResources = new VpcResourcesStack(app, "VpcResourcesStack", {
3535
app.synth()
3636

3737
addCfnGuardMetadata(VpcResources, "Custom::VpcRestrictDefaultSGCustomResourceProvider", "Handler")
38+
addCfnGuardMetadata(VpcResources, "AWS679f53fac002430cb0da5b7982bd2287", "Resource")
3839

3940
// finally run synth again with force to include the added metadata
4041
app.synth({

0 commit comments

Comments
 (0)