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

core: Fix handling of individual map keys in ignore_changes #21788

Merged
merged 2 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. vendor: go get github.com/hashicorp/hcl2@0b64543c968c

    This includes a fix to make sure that an expression with a static string
    index, like foo["bar"], will be parsed as a traversal rather than as a
    dynamic index expression.
    apparentlymart committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    4e6f186 View commit details
    Browse the repository at this point in the history
  2. website: Document ignore_changes for individual map elements

    This also includes a previously-missing test that verifies the behavior
    described here, implemented as a planning context test for consistency
    with how the other ignore_changes tests are handled.
    apparentlymart committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    bceadca View commit details
    Browse the repository at this point in the history