From 02a3f75d207b4143bc0385c997aabab8006d8a12 Mon Sep 17 00:00:00 2001 From: Nacho Anaya Date: Fri, 16 Jul 2021 23:54:39 -0300 Subject: [PATCH] chore: add new readme format --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0524b2..13b2e9d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Terraform

-# Checkly Terraform Provider +

+ +

Checkly Terraform Provider

+

[![Tests](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/test.yml) [![Release](https://github.com/checkly/terraform-provider-checkly/actions/workflows/release.yml/badge.svg)](https://github.com/checkly/terraform-provider-checkly/actions/workflows/release.yml) @@ -19,7 +22,7 @@ This Terraform provider enables users to manage [Checkly](https://checklyhq.com)
-## 🪛 Install the provider +## 🪛 Installation Please refer to the [installation guide](https://github.com/checkly/terraform-provider-checkly/blob/master/docs/guides/getting-started.md) @@ -27,7 +30,7 @@ If you're still using Terraform 0.12 please refer to [terraform 0.12 documentati
-## 🏗 Use the provider +## 🔧 How to use? For documentation and example usage see: 1. [Checkly's documentation](https://www.checklyhq.com/docs/integrations/terraform/). @@ -41,7 +44,7 @@ You can also find step-by-step guides on Checkly's blog:
-## 🧑‍💻 Develop the provider +## 🖥️ Run Locally Clone the repo, build the project and add it to your Terraform plugins directory. You will need to have Go installed. @@ -58,11 +61,15 @@ go build && CHECKLY_API_KEY=XXX go test -tags=integration [MIT](https://github.com/checkly/terraform-checkly-provider/blob/master/LICENSE) -

Supported by

+
+ +

- Checkly + Checkly
Delightful Active Monitoring for Developers +
+ From Checkly with ♥️