Hello everyone, I’m using TypeScript and Pulumi fo...
# general
e
Hello everyone, I’m using TypeScript and Pulumi for deployments and I’ve encountered a small issue. I’m using
new awsx.ecr.Image
, and I want to reuse the existing image without creating a new resource if it already exists. I’ve seen that there are options for this, but I find the explanations a bit lacking. It asks for an
id
, but I’m not sure what exactly this value should be. Could you please provide clarification on what value should be used for the
id
in this context?