Terraform CLI v1.2.1 released

Today we released Terraform CLI v1.2.1. This is a patch release, fixing a few bugs found in the initial v1.2.0 release:

  • SSH provisioner connections fail when using signed ed25519 keys (#31092)
  • Crash with invalid module source (#31060)
  • Incorrect “Module is incompatible with count, for_each, and depends_on” error when a provider is nested within a module along with a sub-module using count or for_each (#31091)