From c718a2b872cf8ab7275f60f77f0b7782a83fa73c Mon Sep 17 00:00:00 2001 From: diana esteves Date: Fri, 10 May 2024 00:35:33 +0000 Subject: [PATCH] added pulumi iac --- database/devops/iac.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/devops/iac.json b/database/devops/iac.json index 0b6acc3c5..9040341ae 100644 --- a/database/devops/iac.json +++ b/database/devops/iac.json @@ -1,4 +1,11 @@ [ + { + "name": "Pulumi Documentation", + "description": "Pulumi is an open-source infrastructure as code (IaC) tool that allows you to define, deploy, and manage cloud infrastructure using familiar programming languages such as JavaScript, TypeScript, Python, Go, and .NET/C#. Pulumi's official documentation contains comprehensive material, providing users with getting started guides, best practices, and more.", + "url": "https://www.pulumi.com/docs", + "category": "devops", + "subcategory": "iac" + }, { "name": "Terraform Documentation", "description": "Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently. The official Terraform documentation serves as a comprehensive resource for users, offering detailed information, guidance, and best practices for effectively using Terraform.",