Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect scaled in resources when evaluating *s #17765

Merged
merged 1 commit into from
Apr 3, 2018

Commits on Apr 3, 2018

  1. detect scaled in resources when evaluating *s

    If an existing resources is scaled back to 0, locals and outputs will
    still have a multi-variable reference to evaluate, which should return
    an empty list. Due to how the resource is removed, the resource will
    still exist in the state but with no primary instance, which needs to be
    ignored in the instance count.
    jbardin committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    79b948c View commit details
    Browse the repository at this point in the history