We just released Terraform v0.14.5, which includes a few small bug fixes. Here’s the changelog:
ENHANCEMENTS:
- backend/pg: The Postgres backend now supports the “scram-sha-256” authentication method. (#26886)
BUG FIXES:
- cli: Fix formatting of long integers in outputs and console (#27479)
- cli: Fix redundant check of remote workspace version for local operations (#27498)
- cli: Fix missing check of remote workspace version for state migration (#27556)
- cli: Fix world-writable permissions on dependency lock file (#27205)