Github etag
reference is not ignored properly in pulumi
#230
Labels
kind/bug
Some behavior is incorrect or out of spec
etag
reference is not ignored properly in pulumi
#230
What happened?
The github
etag
reference for resources changes constantly. Usingpulumi.IgnoreChanges([]string{"etag"}),
has no effect on any of the resources causing long running times for refresh and updates asetag
gets updated and outputted during every run for every resource. We have over 1700 resources where thisetag
changes and sent as an output. The stack itself has zero outputs but for whatever reason, these Github resources are reporting outputs.Steps to reproduce
Pulumi Refresh identifies all the
etag
updates/changesPulumi up then runs forever apply all the updates (outputs) of the
etag
referencesExpected Behavior
pulumi.IgnoreChanges([]string{"etag"}),
Should properly ignore the
etag
on all resources where applied.Actual Behavior
The
pulumi.IgnoreChanges([]string{"etag"}),
is seemingly not working as theetag
references are always showing updates/changes.Versions used
Pulumi version 3.37.2
Github Pulumi SDK 4.11.0
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: