2025-03-14 21:59:59 -06:00
|
|
|
# aiac
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Use OpenAI to generate IaC configurations, utilities, queries, and more.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://github.com/gofireflyio/aiac>.
|
|
|
|
|
|
|
|
|
|
- Generate Terraform for Azure storage account:
|
|
|
|
|
|
|
|
|
|
`aiac get terraform {{for an azure storage account}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Generate a Dockerfile for `nginx`:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`aiac get dockerfile {{for a secured nginx}}`
|
|
|
|
|
|
|
|
|
|
- Generate GitHub action that applies Terraform:
|
|
|
|
|
|
|
|
|
|
`aiac get github action {{that plans and applies terraform}}`
|
|
|
|
|
|
|
|
|
|
- Generate a port scanner in Python:
|
|
|
|
|
|
|
|
|
|
`aiac get python {{code that scans all open ports in my network}}`
|
|
|
|
|
|
|
|
|
|
- Generate a MongoDB query:
|
|
|
|
|
|
|
|
|
|
`aiac get mongo {{query that aggregates all documents by created date}}`
|