Thanks. I was looking at that, but it seemed like you had to target specific properties to ignore, so I wasn’t sure how to fit it to this case. Is there a way to use a wildcard or something to “ignore everything”?
mammoth-airline-91759
01/02/2022, 2:14 AM
For anyone with similar questions, I used the
transformations
option to check if
args.name
and/or
args.type
were the ones I was looking for and then returned updated args with
ignoreChanges: ['<prop>']
based on what the output of
pulumi preview
showed as changes (that I wanted to ignore)
c
colossal-boots-62227
01/03/2022, 1:59 AM
I haven’t tried, but I wonder if you can just do something akin to
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.