From 755e7e70a719693830b8421b9d35e95c9dda2b64 Mon Sep 17 00:00:00 2001 From: chafik Date: Sun, 19 Sep 2021 13:48:49 +0200 Subject: [PATCH 1/3] Add cloud management solutions sections and Brainboard --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 12c25e8a..1c8f0b6d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Table of Contents ================= * [Major Cloud Providers' Always-Free Limits](#major-cloud-providers) + * [Cloud management solutions](#cloud-management-solutions) * [Analytics, Events and Statistics](#analytics-events-and-statistics) * [APIs, Data and ML](#apis-data-and-ml) * [Artifact Repos](#artifact-repos) @@ -139,6 +140,18 @@ Table of Contents **[⬆ back to top](#table-of-contents)** +## Cloud management solutions + * [Brainboard](https://www.brainboard.co) - visually build and manage cloud infrastructures from end-to-end: + * Visual graphical interface + * Terraform code generated automatically + * Versioning (graphics and code) + * One click deployment + * Cloud governance + * Marketplace of cloud architectures + + +**[⬆ back to top](#table-of-contents)** + ## Source Code Repos * [bitbucket.org](https://bitbucket.org/) — Unlimited public and private Git repos for up to 5 users with Pipelines for CI/CD From e9167ab4c5e9c5cd42913b71018b8ae53463337a Mon Sep 17 00:00:00 2001 From: chafik Date: Sun, 19 Sep 2021 23:04:39 +0200 Subject: [PATCH 2/3] Add Terraform.io into cloud management category --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c8f0b6d..1324665b 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,11 @@ Table of Contents * Terraform code generated automatically * Versioning (graphics and code) * One click deployment + - Team collaboration * Cloud governance * Marketplace of cloud architectures - + - Remote state management + * [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)** From de4532de4074bb573b4d6f0514c2913ee84abb7b Mon Sep 17 00:00:00 2001 From: chafik Date: Sun, 19 Sep 2021 23:14:16 +0200 Subject: [PATCH 3/3] Change the description of Brainboard into oneliner --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 1324665b..a7a9587d 100644 --- a/README.md +++ b/README.md @@ -141,15 +141,7 @@ Table of Contents **[⬆ back to top](#table-of-contents)** ## Cloud management solutions - * [Brainboard](https://www.brainboard.co) - visually build and manage cloud infrastructures from end-to-end: - * Visual graphical interface - * Terraform code generated automatically - * Versioning (graphics and code) - * One click deployment - - Team collaboration - * Cloud governance - * Marketplace of cloud architectures - - Remote state management + * [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. **[⬆ back to top](#table-of-contents)**