I added `ignoreChanges` to my resources but they a...
# general
a
I added
ignoreChanges
to my resources but they are still showing up in
drift detection
. example:
Copy code
const iam = new IAMMember(`${prefix}-${_account.accountId}-bq-editor-member`, {
  project: gcpConfig.require('project'),
  role: 'roles/bigquery.dataEditor',
  member: account.email.apply(email => `serviceAccount:${email}`)
}, { ignoreChanges: ['etag'] })
but it’s still showing up in the drift
pulumi refresh --preview-only
Copy code
~ gcp:projects/iAMMember:IAMMember: (update)
...
--outputs:--
~ etag     : "BwYWTNS0Q6s=" => "BwYY98HnOng="
a
Hey @adorable-activity-71456. I’m sorry that no one got back to you earlier. We are looking at addressing this kind of drift with https://github.com/pulumi/pulumi/pull/16146.