I’m defining an
https://www.pulumi.com/registry/packages/aws/api-docs/ecs/service/. I’ve also created an autoscaling policy. What I would like to do now is for Pulumi to no longer manipulate the desiredCount (Since the autoscaling does that). If I leave it empty, Pulumi sets it to 0 bringing the application down, so thats not an option.
Whats the alternative?