I am creating a `gcp.cloudrun.DomainMapping`. Every time I `pulumi up`, it says there’s a change to ...
m
I am creating a
gcp.cloudrun.DomainMapping
. Every time I
pulumi up
, it says there’s a change to metadata annotations
serving.knative.dev/creator
and
serving.knative.dev/lastModifier
which match my username. This results in GCP destroying and re-creating the DomainMapping each time, which I don’t want. How can I keep this from happening? One thing I’ve found is I can
ignoreChanges: ["metadata.annotations"]
which is pretty good - but I do have some annotations that should actually get picked up by pulumi. I haven’t found a way to target those specific annotations that I want to ignore