This message was deleted.
# general
s
This message was deleted.
a
here's an example, i have a cloud run resource that's showing this diff:
Copy code
~ template: {
          ~ metadata: {
              ~ annotations: {
                  - <http://run.googleapis.com/client-version|run.googleapis.com/client-version>: "421.0.0"
                }
            }
        }
but i have this defined in the IgnoreChanges array:
Copy code
`template.metadata.annotations["<http://run.googleapis.com/client-version|run.googleapis.com/client-version>"]`,
seems like this could be my issue https://github.com/pulumi/pulumi/issues/9054