Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjmkznr/tfmod-list
https://github.com/kjmkznr/tfmod-list
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjmkznr/tfmod-list
- Owner: kjmkznr
- Created: 2024-06-03T13:08:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T00:33:13.000Z (5 months ago)
- Last Synced: 2024-06-19T03:13:48.054Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfmod-list
tfmod-list is a small utility written in Go that allows you to collect and list all the modules in a Terraform project.
This utility takes a directory as an argument, loads the configuration, and parses the module calls to collect all the module sources. It prints out a list of unique modules.
## Prerequisites
* Go version 1.22## Restrictions
* Only support local module
## How to Use
```shell
tfmod-list example/
```## Author
Kazunori KOJIMA
## License
MPL