I have a case where I need to download an OpenAPI ...
# general
b
I have a case where I need to download an OpenAPI specification from GCP and then put that into a container. To do that I'm using a
DownloadFileInputs
. However, I have to pass an auth header which changes over time and the destination file for the download is a
tempfile
since I just need it temporarily. As a result Pulumi thinks that resource has changed and needs to be updated on each run. Is there a way to tell it to ignore certain aspects of the
DownloadFileInputs
like the header and the dest file?