Skip to content

Commit 2e4a973

Browse files
committed
Removed staging vpc
1 parent 9a1d372 commit 2e4a973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ custom:
88
- sg-052314a1eec2f2567
99
subnetIds:
1010
- subnet-01a6b61d749d10c46
11-
current: ${self:custom.vpcSettings.${self:custom.env}}
11+
current: ${ternary( ${self:custom.env}, prod, ${self:custom.vpcSettings.prod}, ~ )}
1212

1313
provider:
1414
name: aws

0 commit comments

Comments
 (0)