Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Mar 2, 2022
1 parent 427f35b commit 1a2ee51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/plattform-wafv2-cdk-automation-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,16 @@ function buildServiceDataCustomRGs(scope: Construct, type: "Pre" | "Post", capac
);
if (
processRuntimeProps.DeployedRuleGroupIdentifier[0] ===
"RuleGroup"
type+"RuleGroup"
) {
rulegroupidentifier = type + "RG";
}

if (
processRuntimeProps.DeployedRuleGroupNames[0] ===
webaclName +
"-" +
type.toLowerCase() +
"-" +
stage +
"-" +
Expand Down

0 comments on commit 1a2ee51

Please sign in to comment.