Skip to content

Commit

Permalink
Merge branch 'master' into wtho/s3origin-access-identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 7, 2020
2 parents c67d84e + effed09 commit 198d1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-redshift/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ export class Cluster extends ClusterBase {
props.securityGroups : [new ec2.SecurityGroup(this, 'SecurityGroup', {
description: 'Redshift security group',
vpc: this.vpc,
securityGroupName: 'redshift SG',
})];

const securityGroupIds = securityGroups.map(sg => sg.securityGroupId);
Expand Down

0 comments on commit 198d1e1

Please sign in to comment.