An open API service indexing awesome lists of open source software.

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

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.