i think the docs are not parsing correctly some te...
# docs
c
i think the docs are not parsing correctly some terraform docs. Specifically here: https://www.pulumi.com/docs/reference/pkg/aws/ecs/service/#ignoring-changes-to-desired-count the parsing of the
Copy code
lifecycle {
    ignore_changes = [desired_count]
  }
from terraform, is not properly transalted to the
ignore_changes
in the
opts