Skip to content

Commit 265645e

Browse files
non-idempotent npmFix [ci]
Signed-off-by: Stephen Compall <stephen.compall@digitalasset.com>
1 parent e667ba3 commit 265645e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cluster/pulumi/infra/src/cloudArmor.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ function addDefaultDenyRule(
180180
// when you create a SecurityPolicy it has a default allow rule; we assume
181181
// that if you want all rules in preview, you *also* still want to allow
182182
// all traffic
183-
if (preview) {return;}
183+
if (preview) {
184+
return;
185+
}
184186
new gcp.compute.SecurityPolicyRule(
185187
'default-deny',
186188
{

0 commit comments

Comments
 (0)