Hi all, I’m troubleshooting a resource that keeps ...
# general
i
Hi all, I’m troubleshooting a resource that keeps wanting to be deployed everytime I run up even though no changes are made
Copy code
aws:kinesis:FirehoseDeliveryStream  unweb_fcp_etl_docs_lake  update      [diff: ~extendedS3Configuration]
So far I’ve run with
-v 20
but this did not produce any output, and I’ve also run through the steps at https://www.pulumi.com/docs/support/troubleshooting/ and cannot find anything relevant What is the typical way to troubleshoot this type of problem?
b
what does the extended diff show?
i
How do I produce one of those?
b
when you run
pulumi up
it should say
details
if you run without interactive mode
or
pulumi up --diff
i
Oh brilliant, that’s what I’m looking for 🙂 I can see some differences so will work through each of those This would also be very useful to have on the troubleshooting page
Thanks 🥳