mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-13 09:57:31 -04:00
The PathMatcher used when rendering diffs assumes the caller knows the structure the path was derived from, which is incorrect. RelevantAttributes is derived from references to an object, which may have errors hidden by `try` or `can` functions, or the data may not have been updated to match paths via targeted operations. Even in the case where the data may be incorrect, we can't crash when rendering the data, because the user may not be able to work around the panic with no other information about which resource contains unexpected references. |
||
|---|---|---|
| .. | ||
| attribute_path | ||
| change.go | ||
| doc.go | ||
| map.go | ||
| sensitive.go | ||
| slice.go | ||
| unknown.go | ||