steep-eve-53618
09/17/2021, 6:20 PMinstanceTypes
for EKS NodeGroup objects has changed from a string to a string array, resulting in the following diff in preview:
instanceTypes : "c5.xlarge" => ["c5.xlarge"]
This causes Pulumi to want to replace the NodeGroup. Is there any way to have Pulumi automatically update this state so it doesn’t recreate the NodeGroup? (pulumi refresh
did not pick this up)billowy-army-68599
09/17/2021, 6:22 PM