Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added pulumi iac #2360

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions database/devops/iac.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading