sparse-intern-71089
12/31/2021, 6:13 AMcolossal-boots-62227
12/31/2021, 6:43 AMmammoth-airline-91759
12/31/2021, 9:29 PMmammoth-airline-91759
01/02/2022, 2:14 AMtransformations
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)colossal-boots-62227
01/03/2022, 1:59 AMopts=pulumi.ResourceOptions(ignore_changes=aws.xxx.WhateverResource.__dict__.keys())
to blanket ignore all properties for a given resource (for Python at least)