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 559d666 commit 7442d16Copy full SHA for 7442d16
packages/cdk/bin/VpcResourcesApp.ts
@@ -35,6 +35,7 @@ const VpcResources = new VpcResourcesStack(app, "VpcResourcesStack", {
35
app.synth()
36
37
addCfnGuardMetadata(VpcResources, "Custom::VpcRestrictDefaultSGCustomResourceProvider", "Handler")
38
+addCfnGuardMetadata(VpcResources, "AWS679f53fac002430cb0da5b7982bd2287", "Resource")
39
40
// finally run synth again with force to include the added metadata
41
app.synth({
0 commit comments