#412 · Primary category: AI Coding Assistants

aiac

ai amazon-bedrock chatgpt iac llms ollama openai pulumi terraform

Artificial Intelligence Infrastructure-as-Code Generator.

Project last updated:03/24/26

GitHub Stars

3.8K

Forks

295

Contributors

12

License

Apache-2.0

Why we included this project

Maintaining infrastructure usually means writing a lot of repetitive Terraform, Pulumi, or CloudFormation by hand. aiac is a command-line tool and Go library that turns a plain-English request like "terraform for a highly available eks" into a working template, routing the prompt to whichever LLM provider you configure: OpenAI, Amazon Bedrock, or a local Ollama server. The same approach reaches well beyond IaC, generating Dockerfiles, Kubernetes manifests, CI/CD pipelines, OPA policies, and database queries from natural language. You can define multiple named backends in one config file, so the same prompt works against staging and production AWS profiles or a fully local model. Platform engineers and developers who want a solid starting point instead of a blank file will get value from it both as a CLI and embedded in their own tooling.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category