You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based CLI tool that simulates Terraform's core workflow — define infrastructure as code, plan changes, apply them, and track state. Features virtual EC2, VPC, and S3 resources with a plan/apply/destroy lifecycle, JSON state persistence, and a Gradle build. Built to demonstrate OOP concepts in a practical engineering context.