Skip to main content

A terraform multi-repo module AI RAG ingestion engine that accepts a YAML file of terraform git repository sources, downloads them locally using existing credentials, creates JSON summaries of their purpose, inputs, outputs, and providers on the main and git tag branches for ingestion via a RAG pipeline into a vector database.

Project description

terraform-ingest

A terraform multi-repo module AI RAG ingestion engine that accepts a YAML file of terraform git repository sources, downloads them locally using existing credentials, creates JSON summaries of their purpose, inputs, outputs, and providers for branches or tagged releases you specify for ingestion via a RAG pipeline into a vector database. Includes an easy to use cli, API, or MCP server.

Features

  • 📥 Multi-Repository Ingestion: Process multiple Terraform repositories from a single YAML configuration
  • 🔍 Comprehensive Analysis: Extracts variables, outputs, providers, modules, and descriptions
  • 🏷️ Branch & Tag Support: Analyzes both branches and git tags
  • 🔌 Dual Interface: Use as a CLI tool (Click) or as a REST API service (FastAPI)
  • 🤖 MCP Integration: FastMCP service for AI agent access to ingested modules
  • 📊 JSON Output: Generates structured JSON summaries ready for RAG ingestion
  • 🔐 Credential Support: Uses existing git credentials for private repositories
  • 🧠 Vector Database Embeddings: Semantic search with ChromaDB, OpenAI, Claude, or sentence-transformers

Further documentation found here

Or, if you just want the goods on using this as an MCP server along with some examples check this out.

Installation

This application can be run locally using uv or docker.

NOTE uv is required for lazy-loading some large dependencies.

uv tool install terraform-ingest

# Create a config
uv run terraform-ingest init config.yaml

# Update your config.yaml file to include your terraform module information and mcp config then preform the initial ingestion
uv run terraform-ingest ingest config.yaml

# Run a quick cli search to test things out
uv run terraform-ingest search "vpc module for aws"

## Docker
docker pull ghcr.io/zloeber/terraform-ingest:latest

# Run with volume mount for persistence, ingest modules from local config.yaml file
docker run -v $(pwd)/repos:/app/repos -v $(pwd)/output:/app/output -v $(pwd)/config.yaml:/app/config.yaml ghcr.io/zloeber/terraform-ingest:latest ingest /app/config.yaml

# Run as MCP server
docker run -v $(pwd)/repos:/app/repos -v $(pwd)/output:/app/output -v $(pwd)/config.yaml:/app/config.yaml -p 8000:8000 ghcr.io/zloeber/terraform-ingest:latest mcp -c /app/config.yaml

# Search for modules and get the first result, show all details
terraform-ingest search "vpc module for aws" -l 1 -j | jq -r '.results[0].id' | xargs -I {} terraform-ingest index get {}

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Automatic Versioning and Release

This project uses Semantic Versioning with automatic releases triggered by commits to the main branch.

How it works:

  1. Commit your changes using Conventional Commits format
  2. Merge to main branch (via Pull Request)
  3. The semantic release workflow automatically:
    • Analyzes commits since last tag
    • Determines version bump (major/minor/patch)
    • Creates and pushes a git tag
    • Triggers PyPI publishing
    • Creates GitHub release with changelog

Commit format examples:

  • feat: add new feature → Minor version bump
  • fix: resolve bug → Patch version bump
  • feat!: breaking change → Major version bump

See Commit Conventions Guide for detailed guidelines and Semantic Release Documentation for pipeline details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terraform_ingest-0.1.7.tar.gz (384.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

terraform_ingest-0.1.7-py3-none-any.whl (53.7 kB view details)

Uploaded Python 3

File details

Details for the file terraform_ingest-0.1.7.tar.gz.

File metadata

  • Download URL: terraform_ingest-0.1.7.tar.gz
  • Upload date:
  • Size: 384.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for terraform_ingest-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d99cf15c6f349a30513fc779b3036495cbf3cc6845554546a8bb69ac9fab3cc2
MD5 35ecfb17575eb242dbd645fa3a94a1be
BLAKE2b-256 33a1e13c58c61255ea0ecacaa247a9b75b0938ad9cebad2f4891d1a2ea94d49f

See more details on using hashes here.

Provenance

The following attestation bundles were made for terraform_ingest-0.1.7.tar.gz:

Publisher: release.yaml on zloeber/terraform-ingest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terraform_ingest-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for terraform_ingest-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 287ca24a950babc78be0992666d47d10e9bb41ccd0380224e7d9bc8ba48af9a4
MD5 cc65408348dff3ab6e15ea619a00799e
BLAKE2b-256 a9ccf2a05c96c98b23202aa9aebafd29d75b8de5ad75182301320ae74109e7f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for terraform_ingest-0.1.7-py3-none-any.whl:

Publisher: release.yaml on zloeber/terraform-ingest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page