bitter-dentist-28132
09/11/2019, 8:59 PMexport
) is undefined
, does that make it not appear in the list of outputs? i'm trying to track down an error where sometimes one of my deployments is missing an image. i'm exporting a hash of {app1: image1, app2: image2}
, and i see in the output i only have {app1: image1}
, when i would have expected {app1: image1, app2: undefined}
if the variable was undefined.gorgeous-egg-16927
09/11/2019, 9:01 PMbitter-dentist-28132
09/11/2019, 9:02 PMconsole.log
would exhibit different behaviour?