Binary package “terraform-config-inspect” in ubuntu noble

helper CLI tool for shallow inspection of Terraform configurations

 terraform-config-inspect is a helper library and CLI tool for extracting
 high-level metadata about Terraform modules from their source code. It
 processes only a subset of the information Terraform itself would process,
 and in return it's able to be broadly compatible with modules written for
 many different versions of Terraform.
 .
 The primary way to use this repository is as a Go library, but as a
 convenience it also contains a CLI tool called terraform-config-inspect
 that allows viewing module information in either a Markdown-like format
 or in JSON format.