Sanjay Azhagan Logo
Journal
← Back to Projects

Cloud Infrastructure Provisioner

May 2024
CloudFull-Stack

Automated infrastructure-as-code CLI tool for multi-cloud deployments.

Why I Built This

Managing Terraform states for multi-region architectures was becoming a nightmare. This CLI abstracts the complexity of Terraform into simple YAML configuration files.

Key Features

  • Multi-Cloud: Supports AWS, GCP, and Azure out of the box.
  • State Management: Encrypted remote state locks.
  • Rollbacks: Instant rollback to previous infrastructure states.

Tech Stack

  • Go (Golang)
  • Cobra CLI
  • Terraform SDK