Terraform · Arazzo Workflow
Terraform Discover a Registry Module and Vet It
Version 1.0.0
Search the public registry for a module, read its latest version, and check its versions and download counts.
View Spec
View on GitHub
Infrastructure As CodeCloud InfrastructureDevOpsOpen SourceHashiCorpArazzoWorkflows
Provider
Workflows
discover-module
Search the registry for a module and gather the signals needed to vet it.
Searches modules by keyword and provider, reads the top match's latest version, lists its published versions, and retrieves its download metrics.
1
searchModules
SearchModules
Search the public registry for modules matching the keyword, narrowed to the target provider and optionally to verified publishers only.
2
readLatestVersion
GetModuleLatestVersion
Read the top match's latest version for the specific provider, capturing the source repository, description, and verified flag that decide adoption.
3
listVersions
ListModuleVersions
List every version the module has published, so a long gap since the last release or a thin version history shows up before the module is adopted.
4
readDownloadSummary
GetModuleDownloadSummary
Pull the module's download metrics as a popularity and liveness signal, distinguishing a widely used module from an abandoned one.
Source API Descriptions
openapi