Skip to content

Commit 02a3f75

Browse files
author
Nacho Anaya
authored
chore: add new readme format
1 parent 7ac441a commit 02a3f75

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<img width="400px" src="./docs/images/terraform.png" alt="Terraform" />
33
</p>
44

5-
# Checkly Terraform Provider
5+
<p>
6+
<img height="128" src="https://www.checklyhq.com/images/footer-logo.svg" align="right" />
7+
<h1>Checkly Terraform Provider</h1>
8+
</p>
69

710
[![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)
811
[![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,15 +22,15 @@ This Terraform provider enables users to manage [Checkly](https://checklyhq.com)
1922

2023
<br>
2124

22-
## 🪛 Install the provider
25+
## 🪛 Installation
2326

2427
Please refer to the [installation guide](https://github.com/checkly/terraform-provider-checkly/blob/master/docs/guides/getting-started.md)
2528

2629
If you're still using Terraform 0.12 please refer to [terraform 0.12 documentation](https://github.com/checkly/terraform-provider-checkly/blob/master/docs/guides/support-for-terraform-0.12.md)
2730

2831
<br>
2932

30-
## 🏗 Use the provider
33+
## 🔧 How to use?
3134

3235
For documentation and example usage see:
3336
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:
4144

4245
<br>
4346

44-
## 🧑‍💻 Develop the provider
47+
## 🖥️ Run Locally
4548

4649
Clone the repo, build the project and add it to your Terraform plugins directory. You will need to have Go installed.
4750

@@ -58,11 +61,15 @@ go build && CHECKLY_API_KEY=XXX go test -tags=integration
5861

5962
[MIT](https://github.com/checkly/terraform-checkly-provider/blob/master/LICENSE)
6063

61-
<h3 align="center">Supported by</h3>
64+
<br>
65+
66+
6267
<p align="center">
6368
<a href="https://checklyhq.com?utm_source=github&utm_medium=sponsor-logo-github&utm_campaign=headless-recorder" target="_blank">
64-
<img width="200px" src="./docs/images/checkly.png" alt="Checkly" />
69+
<img width="100px" src="https://www.checklyhq.com/images/text_racoon_logo.svg" alt="Checkly" />
6570
</a>
6671
<br />
6772
<i><sub>Delightful Active Monitoring for Developers</sub></i>
73+
<br>
74+
<b><sub>From Checkly with ♥️</sub></b>
6875
<p>

0 commit comments

Comments
 (0)