Skip to content

Commit 766d4d7

Browse files
authored
aiac: add page (#9807)
1 parent 3a73b47 commit 766d4d7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/osx/aiac.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# aiac
2+
3+
> Use OpenAI to generate IaC configurations, utilities, queries and more.
4+
> More information: <https://github.com/gofireflyio/aiac>.
5+
6+
- Generate Terraform for Azure storage account:
7+
8+
`aiac get terraform {{for an azure storage account}}`
9+
10+
- Generate a Dockerfile for nginx:
11+
12+
`aiac get dockerfile {{for a secured nginx}}`
13+
14+
- Generate GitHub action that applies Terraform:
15+
16+
`aiac get github action {{that plans and applies terraform}}`
17+
18+
- Generate a port scanner in Python:
19+
20+
`aiac get python {{code that scans all open ports in my network}}`
21+
22+
- Generate a MongoDB query:
23+
24+
`aiac get mongo {{query that aggregates all documents by created date}}`

0 commit comments

Comments
 (0)