Terraform · Arazzo Workflow
Terraform Audit a Namespace's Published Modules
Version 1.0.0
List everything a namespace publishes, then read the flagship module's versions and download metrics.
View Spec
View on GitHub
Infrastructure As CodeCloud InfrastructureDevOpsOpen SourceHashiCorpArazzoWorkflows
Provider
Workflows
audit-namespace-modules
Inventory a namespace's registry modules and review one module in depth.
Lists the namespace's published modules, reads the target module's latest versions across providers, lists its versions for one provider, and reports its download metrics.
1
listNamespaceModules
ListModulesByNamespace
List every module the namespace has published to the public registry, the full inventory this audit covers.
2
readModuleLatestVersions
GetModuleLatestVersions
Read the latest version of the module under review across every provider it targets, showing whether the providers are released in step with each other.
3
listModuleVersions
ListModuleVersions
Enumerate the module's published versions for the target provider, exposing release cadence and how long the current version has stood.
4
readDownloadSummary
GetModuleDownloadSummary
Pull the module's download metrics so publish activity can be weighed against actual consumption.
Source API Descriptions
openapi