1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-08 00:00:42 +02:00

Add pulumi resources

Pulumi documentation
This commit is contained in:
Paul Marsicovetere
2022-08-09 04:39:48 -04:00
committed by GitHub
parent f754a4d80b
commit 541eb50fb1

View File

@@ -1 +1,7 @@
# Pulumi
# Pulumi
Pulumi is an open source Infrastructure as Code tool that can be written in TypeScript, JavaScript, Python, Go, .NET, Java, and YAML to model cloud infrastructure.
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.pulumi.com/'>Pulumi Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.pulumi.com/docs/'>Official Documentation</BadgeLink>
<BadgeLink badgeText='Getting Started Guide' colorScheme='blue' href='https://www.pulumi.com/docs/get-started/'>Pulumi Getting Started Guide</BadgeLink>