anyone know why when i run `pulumi up` its always ...
# typescript
b
anyone know why when i run
pulumi up
its always trying to tell me i have changes when i've not changed anything? In particularly with a fargate service / task def? .... how can i figure out the diff'ing thats going on?
s
When it asks "Do you want to perform this update?", select "details".
My solution was to add the missing key from the diff and report a bug on Github.
Alternatively
pulumi preview --diff
b
thanks James, that was the approach i did... having looked around it seems like some of the diff'ing doesn't take into account the common defaults that are set....