https://pulumi.com logo
#aws
Title
# aws
w

white-beach-28459

11/17/2023, 11:50 AM
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?