mirror of https://github.com/hashicorp/terraform
Using ignore_changes with a list block, where the provider returned an invalid null value for that block, can result in a panic when validating the plan. Future releases may prevent providers from storing a null block in state, however we can avoid the panic for now. Only the NestingList case needs to be handled, because legacy providers only have list and set blocks, and the set case does not use the config value.pull/32428/head
parent
0e46d0ad25
commit
ea193d5ce6
Loading…
Reference in new issue