From 5574d407ba8cf7ecf5f8e909e84f3a31aa7c4047 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Mon, 19 Jun 2023 16:23:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 937d661f83..c67ea04845 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # MongoDB Atlas Provider +[![Code Health](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/code-health.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/code-health.yml) [![Automated Tests](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test.yml) [![Automated Acceptances Tests](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test-acceptances.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test-acceptances.yml) + This is the repository for the Terraform MongoDB Atlas Provider, which allows one to use Terraform with MongoDB's Database as a Service offering, Atlas. Learn more about Atlas at [https://www.mongodb.com/cloud/atlas](https://www.mongodb.com/cloud/atlas) @@ -17,7 +19,7 @@ Feature requests can be submitted at https://feedback.mongodb.com/forums/924145- ## Requirements - [Terraform](https://www.terraform.io/downloads.html) 0.13+ -- [Go](https://golang.org/doc/install) 1.18 (to build the provider plugin) +- [Go](https://golang.org/doc/install) 1.20 (to build the provider plugin) ## Using the Provider From 6b74fc0d250fddfc7adc152a67f55941c7d4fc40 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Tue, 20 Jun 2023 16:26:02 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c67ea04845..2c06a7fe6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MongoDB Atlas Provider [![Code Health](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/code-health.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/code-health.yml) [![Automated Tests](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test.yml) -[![Automated Acceptances Tests](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test-acceptances.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/automated-test-acceptances.yml) +[![Acceptance Tests](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/acceptance-tests.yml/badge.svg)](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/acceptance-tests.yml) This is the repository for the Terraform MongoDB Atlas Provider, which allows one to use Terraform with MongoDB's Database as a Service offering, Atlas.