Terraform 1.16: import blocks finally work inside modules

Terraform 1.16 lets an import block live inside a child module, so a module can carry the logic that adopts the infrastructure it describes. The before and after configuration, the discovery workflow, the release direction with destroy = false, and where OpenTofu still differs.