mirror of https://github.com/hashicorp/terraform
Fix 2 specific panics in the sdk when reading nil or computed maps from various configurations. The legacy sdk code is too dependent on undefined behavior to attempt to find and fix the root cause at this point. Since the code is essentially frozen for future development, these changes are specifically targeted to only prevent panics from within providers. Because any code effected by these changes would have panicked, there cannot be anything depending on the behavior, and these should be safe to fix.pull/21879/head
parent
fe11724678
commit
cd3ac50ddb
Loading…
Reference in new issue