Generate Infrastructure-as-Code from natural language descriptions
Artificial Intelligence Infrastructure-as-Code Generator
aiac$ aiac gen --provider terraform --resource aws_instance 'Create an t3.micro EC2 instance in us-east-1'$ aiac gen --provider kubernetes 'Create a deployment with 3 nginx replicas'$ aiac gen --provider docker-compose 'Setup a web stack with nginx, postgres, and redis'