Terraform Policy is GA. The stage a policy runs at is not a setting.

Terraform Policy went generally available on 9 September. The attribute your condition reads decides whether a policy blocks a deployment or only reports on it afterwards, and the two versions look identical in review.
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.