Skip to content

TellIaC v0.2.0 — Multi-Cloud Plain English IaC Engine (Full Release)

Choose a tag to compare

@HARSHALJETHWA19 HARSHALJETHWA19 released this 06 Aug 16:57
· 3 commits to main since this release
2053652

⚡ TellIaC v0.2.0 — Human Infrastructure as Code Platform

We are excited to announce the official release of TellIaC v0.2.0! TellIaC lets you describe cloud infrastructure in plain English sentences — with zero YAML, zero custom DSLs, and zero vendor lock-in.


✨ Key Features in v0.2.0

  • 📝 Plain English Deterministic Grammar: Write infrastructure declarations like natural English sentences (Use provider "aws"..., Create 1 "aws_instance"...).
  • ☁️ 4 Clouds at Once: Provision resources across AWS, Azure, GCP, and Kubernetes simultaneously in a single command.
  • Terraform HCL Exporter (telliac export): Automatically convert .hiac files into native .tf HCL code (main.tf, variables.tf, outputs.tf).
  • 💰 Cloud Cost Estimator (telliac cost): Calculate resource-level and total monthly cloud spend in USD before applying changes.
  • 🛡️ Security Vulnerability Linter (telliac lint): Audit configuration for open firewall ports, unencrypted storage, and hardcoded secrets.
  • 📊 Architecture Visualizer (telliac graph): Export Mermaid.js diagrams, terminal ASCII trees, and interactive standalone HTML visualizers.
  • 🔐 Remote Backend & State Locking (telliac backend): Manage CLI state stores (S3, Azure Blob, GCS) with distributed locking.
  • 🎨 Auto-Formatter (telliac fmt): Clean up indentation, variable assignments, and comments automatically.
  • 🤖 AI Infrastructure Generator (telliac generate): Generate complete .hiac code directly from plain English prompt descriptions.

🧰 Cross-Platform Standalone Binaries

  • 🪟 Windows x86_64: telliac-windows-amd64.exe (Single-file executable — zero Python needed)
  • 🐧 Linux x86_64: telliac-linux-amd64 (Native ELF binary)
  • 🔒 Hardened Security: Protected with PyArmor C-extension code encryption and anti-decompilation.

🚀 Quickstart

# Verify installation
telliac --help

# Initialize a project
telliac init

# Calculate monthly cloud spend
telliac cost

# Export to Terraform HCL
telliac export --out-dir ./tf_export
``

**Full Changelog**: https://github.com/HARSHALJETHWA19/TellIaC-Releases/commits/v0.2.0