climpr/Get Bicep Modules
Gets list of Bicep modules. It will only output modules where the 'version.json' is modified.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root-path | The root path for the modules. | yes | — |
| module-name | The name of the module. This should include the full relative path below the root-path, not including any leading or trailing '/'. Example: 'subnet' or 'modules/subnet'. | no | — |
Outputs
| name | description |
|---|---|
| module-names | A list of module names. Relative to the input root-path. |