https://github.com/mixpanel/terraform-deps
Terraform module dependency parser
https://github.com/mixpanel/terraform-deps
keep
Last synced: about 1 year ago
JSON representation
Terraform module dependency parser
- Host: GitHub
- URL: https://github.com/mixpanel/terraform-deps
- Owner: mixpanel
- License: mit
- Created: 2023-08-04T19:47:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T23:38:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T11:29:52.408Z (over 1 year ago)
- Topics: keep
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Dependencies Parser
This Go program/library is designed to parse Terraform files and build a dependency tree. It recursively parses all files in a directory and its subdirectories, and returns a map of modules and what (local) modules they import, then dumps that as a mermaid graph.