Documentation
Welcome to the iamatic docs. iamatic is a CLI tool that parses Terraform code and plans to analyze IAM permissions.
What is iamatic?
iamatic helps you understand the IAM permissions declared in your Terraform infrastructure. Whether you're auditing existing code or reviewing a plan before apply, iamatic gives you clear, actionable output.
💡
Quick Example
iamatic analyze .Scans the current directory for Terraform files and outputs a human-readable summary.
Get Started
Use Cases
Security Auditing
Understand what access your infrastructure declares
Code Review
Review IAM changes in Terraform plans before applying
Documentation
Generate IAM summaries for stakeholders
Automation
Integrate with CI/CD pipelines for IAM policy validation