mirror of https://github.com/hashicorp/terraform
The adaptation of ModuleState.RemovedOutputs for the new config types was incorrect because it took the absence of any output map as "nothing to do", rather than "everything has been removed" as expected. Now it treats a nil map like an empty map, detecting _all_ of the outputs as having been removed if the output map is nil.pull/19086/head
parent
11bd07abb2
commit
aedbbc6207
Loading…
Reference in new issue