Infrastructure Docs Generator
Used 1,900 times
Paste infrastructure code to receive a ready-to-share markdown summary with resource tables and warnings.
Supports: Terraform · Bicep · Kubernetes YAML
Detected stack type: terraform
Resources
2
Parameters
0
Warnings
0
Generated documentation
# Infrastructure Summary Detected stack type: **terraform** ## Resources | Name | Type | Notes | | ---- | ---- | ----- | | assets | aws_s3_bucket | Managed via Terraform resource "aws_s3_bucket" | | cdn | aws_cloudfront_distribution | Managed via Terraform resource "aws_cloudfront_distribution" | ## Parameters / Inputs - No explicit parameters found.
Latest DevOps articles
Cron Daylight Savings Fixer – Prevent Duplicate and Missing Job Runs
Learn how to fix cron jobs that fire twice or not at all during DST changes. Build UTC-based expressions or simulate schedules through DST boundaries to catch gaps before they happen.
Cron Expression Examples – Complete Guide for Developers
A practical reference for cron expressions with common examples, field breakdown, and mistakes to avoid — for Unix cron, GitHub Actions, Kubernetes CronJobs, and AWS EventBridge.
Cron Expression UTC Builder – Coordinate Global Job Schedules
Learn how to build cron expressions in UTC so scheduled jobs run at consistent absolute times across multi-region clusters without drifting due to daylight saving changes.
What does it cover?
The generator parses Terraform resource blocks, Bicep resources and parameters, or Kubernetes YAML kinds to produce a markdown file your team can drop into PR descriptions or runbooks. It is a fast companion to the Docker Compose Validator and the .env File Editor when preparing deployment notes.