Another thing I’m assuming has to do with updates to build / release process – homebrew version of terraform 1.4.4 is reporting its version as 1.4.3-dev
Should this be reported to Issues · Homebrew/homebrew-core · GitHub or to Issues · hashicorp/terraform · GitHub?
% brew uninstall terraform
brew Uninstalling /opt/homebrew/Cellar/terraform/1.4.4... (6 files, 67.7MB)
rita~% brew install terraform
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################## 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
#=#=#
==> Fetching terraform
==> Downloading https://ghcr.io/v2/homebrew/core/terraform/manifests/1.4.4
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/8ff45fd0bdc4ef3894992ac9a3176dff0d43e5727c985959a032d9749f174654--terraform-1.4.4.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/terraform/blobs/sha256:b275c125ecc74f735d
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/9ea3c47e5f164c715dccec57779426ff1b0cc86b2e3e3827ecb7fb62d8809a5c--terraform--1.4.4.arm64_ventura.bottle.tar.gz
==> Pouring terraform--1.4.4.arm64_ventura.bottle.tar.gz
🍺 /opt/homebrew/Cellar/terraform/1.4.4: 6 files, 67.7MB
==> Running `brew cleanup terraform`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
rita~% terraform --version
Terraform v1.4.3-dev
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.4.4. You can update by downloading from https://www.terraform.io/downloads.html