Skip to content

Commit

Permalink
Restore VPC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 18, 2024
1 parent 33cd4f2 commit 687a77e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ Resources:
CodeUri:
Bucket: !ImportValue coderunner-BucketName
Key: !Ref CodeUri
VpcConfig:
SecurityGroupIds:
- !ImportValue coderunner-LambdaSecurityGroupId
SubnetIds: !Split [ ',', !ImportValue coderunner-SubnetsId ]
Policies:
- Version: '2012-10-17'
Statement:
Expand Down

0 comments on commit 687a77e

Please sign in to comment.