After updating awsx to `0.18.1`, Pulumi updates my...
# general
f
After updating awsx to
0.18.1
, Pulumi updates my Fargate task definitions which forces all my
awsx.ecs.FargateService
to redeploy. Is this a known regression?
w
cc @lemon-spoon-91807 @full-dress-10026 What is the update you are seeing?
f
What do you mean?
If I look in the Pulumi UI console, all that changed were the task definition versions. For example:
Copy code
+- aws:ecs/taskDefinition:TaskDefinition (create-replacement)
    [id=modelExecutor-09a16bb3]
    [urn=urn:pulumi:app-dev::services::awsx:x:ecs:FargateTaskDefinition$aws:ecs/taskDefinition:TaskDefinition::modelExecutor]
    arn                    : "arn:aws:ecs:us-west-2:734247230719:task-definition/modelExecutor-09a16bb3:64" => "arn:aws:ecs:us-west-2:734247230719:task-definition/modelExecutor-09a16bb3:65"
    revision               : 64 => 65
w
Is there more to that? Is there a plain
replacemnent
row that shows the full set of proposed changes/replacements?
f
Are you able to see my Pulumi console?
w
No - but feel free to DM me.
👍 1