prune dead code

This commit is contained in:
Alex Schoof
2021-08-30 08:59:25 -04:00
parent f14c3b6b3a
commit 69ff7aba6e
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ export class LightningNode extends cdk.Stack {
name: 'cdk-keypair',
description: 'Key Pair created with CDK Deployment',
});
key.grantReadOnPublicKey
// Security groups. I made three different ones because adding/removing SGs from instances
// is easier to do through automation than changing rules on a single SG.