Can anyone please confirm that this is the correct...
# google-cloud
g
Can anyone please confirm that this is the correct way to ignore changes in the image? of this resource https://www.pulumi.com/registry/packages/gcp/api-docs/cloudrunv2/job/#jobtemplatetemplatecontainer
Copy code
ignoreChanges: [
          "template.template.containers[*].image",
        ],
Because I also tried
ignoreChanges: ["*"]
and it did not work at all. After some experiments, I noticed this works
"template.template.containers[0].image"