Is this known bug? between `preview` and `update` ...
# aws
g
Is this known bug? between
preview
and
update
I have 2 resources
aws-native:ecs:Cluster
-is parent of>
aws:ecs:Service
On the cluster I set
containerInsights: "disabled"
-> this is an update without interruption. However
pulumi preview
shows
replacement
on
aws:ecs:Service
. But then
pulumi up
does not replace anything nor shows the replacement step.