From 08d7d024fccb7059b460d0aae8565da99389996f Mon Sep 17 00:00:00 2001 From: Pranit Date: Sat, 27 Oct 2018 13:07:20 +0530 Subject: [PATCH] Added Pulumi Signed-off-by: Pranit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e31a50..19f7702 100644 --- a/README.md +++ b/README.md @@ -1661,6 +1661,7 @@ CloudFormation - Hashicorp’s [Terraform](https://www.terraform.io/intro/vs/cloudformation.html) is a third-party alternative that can support other cloud platforms/providers including [Azure](https://www.terraform.io/docs/providers/azure/) and [OpenStack](https://www.terraform.io/docs/providers/openstack/). - 🔸Some AWS features may not be available in Terraform (e.g. multi-AZ ElastiCache using Redis), and you may have to resort to embedded CloudFormation templates. +- [Pulumi](https://www.pulumi.com/) enables teams to define and deliver Cloud Native Infrastructure as Code on any cloud, with any language. From containers to serverless to Kubernetes to infrastructure. ### CloudFormation Tips