worried-balloon-88673
08/31/2022, 11:09 AMimageTag
, which specifies the tag of a container image that i'm deploying.
in my pulumi code, i'd like to read this config value to see what tag is currently deployed. is that possible?const currentImageTag = new pulumi.StackReference(pulumi.getStack()).getOutputValue(
'imageTag'
);
plus, making sure to export the image tag.