aiac: add Spanish translation (#10181)

* aiac: add Spanish translation
pull/23/head
Darío Hereñú 2023-06-25 05:47:53 -03:00 committed by GitHub
parent 3c5023d6d5
commit 3faf075546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.es/osx/aiac.md Normal file
View File

@ -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}}`