https://pulumi.com logo
Title
b

broad-island-71889

04/21/2022, 7:54 PM
Hi guys, I’m trying to figure out why ignore_changes doesn’t work for
aws.eks.NodeGroup
, already tried to configure it in different ways, but none of them is working for me, hope you can provide some guidance. I’m using python and tried:
ignore_changes=["scaling_config.desired_size"]
ignore_changes=["scaling_config.desiredSize"]
ignore_changes=["scalingConfig.desiredSize"]
Should I try something similar to terraform’s version instead?:
scaling_config[0].desired_size
Thank you!
q

quiet-wolf-18467

04/21/2022, 8:26 PM
What does the
preview —diff
show?
b

broad-island-71889

04/21/2022, 9:16 PM
scalingConfig      : {
        desiredSize: 0 => 1
    }
w

worried-xylophone-86184

08/11/2022, 8:56 AM
I am facing a similar problem. I even tried using transformations but that did not work