Terraform CLI v1.1.4 released

Today we’ve released Terraform CLI v1.1.4. This is a patch release in the v1.1 series, and includes only a small number of bug fixes relative to the previous v1.1.3 release:

  • Non-nullable variables with null inputs were not given default values when checking validation statements (#30330)
  • Terraform will no longer incorrectly report “Cross-package move statement” when an external package has changed a resource from no count to using count, or vice-versa. (#30333)