Skip to content

Commit

Permalink
fix: change security group (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcyL authored Dec 16, 2021
1 parent e6e0acc commit 2987f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export class SimpleAuthenticatedApiStack extends cdk.Stack {
// once instead of being created and destroyed on every build.
const lambdaSecurityGroup = ec2.SecurityGroup.fromSecurityGroupId(
this,
"talis-cdk-constructs-build",
"sg-091ff6e1188944bb5",
"a-talis-cdk-constructs-build",
"sg-0ac646f0077b5ce03",
{
mutable: false,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class SimpleLambdaWorkerStack extends cdk.Stack {
// once instead of being created and destroyed on every build.
const lambdaSecurityGroup = ec2.SecurityGroup.fromSecurityGroupId(
this,
"talis-cdk-constructs-build",
"sg-091ff6e1188944bb5",
"a-talis-cdk-constructs-build",
"sg-0ac646f0077b5ce03",
{
mutable: false,
}
Expand Down

0 comments on commit 2987f70

Please sign in to comment.