Skip to content

Commit

Permalink
ci: add security groups for database access
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 4, 2024
1 parent e474a16 commit 645e0ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Parameters:
SecretName:
Description: "Enail sender servide secret name."
Type: "String"
VpcConfig:
SecurityGroupIds:
- sg-0a38ddf1ec1cf8ba6
SubnetIds:
- subnet-073eb3490728cadab
- subnet-074f00c540bfc2f19
- subnet-05975dbcc28bc6ffb
- subnet-0d4ee08a8b2e795c9

Globals:
Function:
Expand Down

0 comments on commit 645e0ff

Please sign in to comment.