This message was deleted.
s
This message was deleted.
h
I build the containers seperately from Pulumi. I pass the container versions (image + tag) to be deployed to the Pulumi process via configuration when creating/updating the stack.
n
@hundreds-musician-51496 can you send me a small snippet of that please?
h
Sorry, I can't really extract that bit. But I use it when building the
TaskDefinitionArgs
argument to
aws.ecs.TaskDefinition
. Specifically, the
containerDefinition
property.