sparse-intern-71089
08/24/2022, 9:43 PMlittle-cartoon-10569
08/24/2022, 9:56 PMapply
in these circumstances. Pulumi makes properties of outputs available in these cases.
vpcConfig: {
subnetIds: lambdaVpcConfig.lambdaVpcPrivateSubnetIds,
securityGroupIds: lambdaVpcConfig.lambdaSecurityGroupIds
},
little-cartoon-10569
08/24/2022, 9:58 PMfuture-refrigerator-88869
08/24/2022, 10:08 PMoutput
properties without apply
. Let me give it a try.
On another note, the lambdaSecurityGroupIds
is actually just one id, I misspelled it and was too lazy to change it 😞 I guess i`ll do that now 😄 Gonna edit the example just in case someone else has a take on the problemfuture-refrigerator-88869
08/24/2022, 10:20 PMlittle-cartoon-10569
08/24/2022, 10:26 PM