Hi guys, I’m trying to figure out why ignore_chang...
# general
b
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:
Copy code
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?:
Copy code
scaling_config[0].desired_size
Thank you!
q
What does the
preview —diff
show?
b
Copy code
scalingConfig      : {
        desiredSize: 0 => 1
    }
w
I am facing a similar problem. I even tried using transformations but that did not work