Hi everyone, dumb question here. everytime I run `...
# aws
r
Hi everyone, dumb question here. everytime I run
up
on a stack with a cloudfront distribution pulumi want to updtate the egag & lastModifiedTime. I can't find a way to ignore this. Am I missing something? Here is a screen shot of the issue I am trying to resovle/ignore
m
ignoreChanges
in the options allows you to target properties of resources you want to ignore changes on.
r
Your right, but sadly I forgot to mention that I've already done that. Unless this code block is wrong
Copy code
{
        dependsOn : originBucket,
        ignoreChanges: ["etag", "lastModifiedTime"]
    });
m
What does your resource declaration look like?
r
It's huge, but I dont sepcify
etag
or
lastModifiedTime
anywhere. I'm glad to paste it here if you want it
m
Is it using aws or awsx?
r
aws