From 989d646c69e0efb2c4cdd83ac50474499026af35 Mon Sep 17 00:00:00 2001 From: Izzur Zuhri Date: Sat, 9 Apr 2022 20:36:21 +0700 Subject: [PATCH 1/2] Add Pulumi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c24e5cc3..5d8095af 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Table of Contents ## Cloud management solutions * [Brainboard](https://www.brainboard.co) - Collaborative solution to visually build and manage cloud infrastructures from end-to-end. * [terraform.io](https://www.terraform.io/) — Terraform Cloud. Free remote state management and team collaboration for teams up to 5 users. + * [Pulumi](https://www.pulumi.com/) — Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. **[⬆ back to top](#table-of-contents)** From 127145e9914863257c87bf690ab79f34a6d742cd Mon Sep 17 00:00:00 2001 From: Izzur Zuhri Date: Sat, 9 Apr 2022 20:42:15 +0700 Subject: [PATCH 2/2] Fix alphabetic order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8095af..df9787e6 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,8 @@ Table of Contents ## Cloud management solutions * [Brainboard](https://www.brainboard.co) - Collaborative solution to visually build and manage cloud infrastructures from end-to-end. - * [terraform.io](https://www.terraform.io/) — Terraform Cloud. Free remote state management and team collaboration for teams up to 5 users. * [Pulumi](https://www.pulumi.com/) — Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. + * [terraform.io](https://www.terraform.io/) — Terraform Cloud. Free remote state management and team collaboration for teams up to 5 users. **[⬆ back to top](#table-of-contents)**