Using ```awsx.ecs.Image.fromPath``` to build an im...
# aws
w
Using
Copy code
awsx.ecs.Image.fromPath
to build an image and
Copy code
aws.ecs.TaskDefinition
to set it. Now, the problem/annoying part is that this results in a redeploy every single pulumi run, eventho nothing is changed at the image/taskdefinition. It always wants to replace because of the taskDefinition
Copy code
[diff: ~containerDefinitions]
Any way around that?