From 766d4d7cf8574ff986b3247962f34d23c9039f14 Mon Sep 17 00:00:00 2001 From: Tim Chaffin Date: Fri, 3 Feb 2023 07:38:40 -0700 Subject: [PATCH] aiac: add page (#9807) --- pages/osx/aiac.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/osx/aiac.md diff --git a/pages/osx/aiac.md b/pages/osx/aiac.md new file mode 100644 index 0000000000..49ec1d2f71 --- /dev/null +++ b/pages/osx/aiac.md @@ -0,0 +1,24 @@ +# aiac + +> Use OpenAI to generate IaC configurations, utilities, queries and more. +> More information: . + +- 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}}`