allow ignore_changes to reference any map key by jbardin · Pull Request #26421 · hashicorp/terraform

This change will allow specifying a map["key"] path in ignore_changes that may not exist in the config or the prior value. This allows users to prevent a single map element from changing to or from...