Skip to content

Commit

Permalink
aiac: add Spanish translation (tldr-pages#10181)
Browse files Browse the repository at this point in the history
* aiac: add Spanish translation
  • Loading branch information
kant authored Jun 25, 2023
1 parent 3c5023d commit 3faf075
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.es/osx/aiac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# aiac

> Utiliza OpenAI para generar configuraciones IaC, utilidades, consultas y más.
> Más información: <https://github.com/gofireflyio/aiac>.
- Genera Terraform para una cuenta de almacenamiento Azure:

`aiac get terraform {{for an azure storage account}}`

- Genera un Dockerfile para nginx:

`aiac get dockerfile {{for a secured nginx}}`

- Genera una GitHub action que aplica Terraform:

`aiac get github action {{that plans and applies terraform}}`

- Genera un escáner de puertos en Python:

`aiac get python {{code that scans all open ports in my network}}`

- Genera una consulta MongoDB:

`aiac get mongo {{query that aggregates all documents by created date}}`

0 comments on commit 3faf075

Please sign in to comment.