https://pulumi.com logo
Title
c

cuddly-hairdresser-74798

01/10/2023, 9:25 PM
for
replace
, is there a way to get a detailed diff? the summary view has like
[diff: ~blah]
on the CLI, on the web when I go to
Diff
it seems like I only see the removed version and not the new version
I looked at the CLI options for
pulumi preview
but didn't see anything that seemed relevant
l

little-cartoon-10569

01/10/2023, 10:26 PM
The diff should include the new thing, unless it's fully generated (e.g., an id value). What object isn't showing the new values?
c

cuddly-hairdresser-74798

01/11/2023, 3:55 PM
so for example for
gcp:projects:IAMBinding
in the
Diff
view I just see
delete-replaced
l

little-cartoon-10569

01/11/2023, 9:13 PM
I don't know the resource. According to https://www.pulumi.com/registry/packages/gcp/api-docs/projects/iambinding/#outputs, the only outputs on that object are computed (etag and id), so there might not be anything to show.
Unless some of the inputs are outputs as well?