We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1d372 commit 2e4a973Copy full SHA for 2e4a973
serverless.yml
@@ -8,7 +8,7 @@ custom:
8
- sg-052314a1eec2f2567
9
subnetIds:
10
- subnet-01a6b61d749d10c46
11
- current: ${self:custom.vpcSettings.${self:custom.env}}
+ current: ${ternary( ${self:custom.env}, prod, ${self:custom.vpcSettings.prod}, ~ )}
12
13
provider:
14
name: aws
0 commit comments