aiac

Generate Infrastructure-as-Code from natural language descriptions

brewmacoslinux
Try with needOr install directly
Source

About

Artificial Intelligence Infrastructure-as-Code Generator

Commands

aiac

Examples

Generate a Terraform configuration for an AWS EC2 instance$ aiac gen --provider terraform --resource aws_instance 'Create an t3.micro EC2 instance in us-east-1'
Generate a Kubernetes deployment manifest from description$ aiac gen --provider kubernetes 'Create a deployment with 3 nginx replicas'
Generate a Docker Compose file for a web application stack$ aiac gen --provider docker-compose 'Setup a web stack with nginx, postgres, and redis'