sparse-intern-71089
11/29/2023, 1:40 AMprehistoric-translator-89978
11/29/2023, 1:41 AMignoreChanges: ['*']
and the following transformations:
transformations: [
(args) => {
if (args.type === 'aws:ec2/launchTemplate:LaunchTemplate') {
return {
props: args.props,
opts: pulumi.mergeOptions(args.opts, {
ignoreChanges: ['*'],
}),
}
}
return undefined
},
],
big-state-95297
02/07/2024, 6:30 AMpulumi/eks
. I am not sure if there’s been an update on this. This has been a source of significant pain for us as well 😞shy-arm-32391
02/07/2024, 5:30 PM