mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
aiac: add page (#9807)
This commit is contained in:
parent
3a73b476e0
commit
766d4d7cf8
1 changed files with 24 additions and 0 deletions
24
pages/osx/aiac.md
Normal file
24
pages/osx/aiac.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# aiac
|
||||
|
||||
> Use OpenAI to generate IaC configurations, utilities, queries and more.
|
||||
> More information: <https://github.com/gofireflyio/aiac>.
|
||||
|
||||
- Generate Terraform for Azure storage account:
|
||||
|
||||
`aiac get terraform {{for an azure storage account}}`
|
||||
|
||||
- Generate a Dockerfile for nginx:
|
||||
|
||||
`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}}`
|
Loading…
Add table
Reference in a new issue