for `replace` , is there a way to get a detailed d...
# general
c
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
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
so for example for
gcp:projects:IAMBinding
in the
Diff
view I just see
delete-replaced
l
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?