terraform_module_latest_version
Retrieve the most recent version of a Terraform module by providing its fully qualified name (namespace/name/provider). This helps you check for updates in your infrastructure code.
Instructions
Get the latest version of a Terraform module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Module name (format: namespace/name/provider) |