Skip to content

Commit

Permalink
chore: update docs styling (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlicd authored Apr 7, 2024
1 parent f2f6eaf commit 087fef7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# terraform-provider-keep

<picture>
<img align="right" height="54" src="https://assets-global.website-files.com/651fbba3d2d2f809dffbe9c5/6524099c11a532d90a7576c2_Keep%20Logo.png">
</picture>

# terraform-provider-keep

[![docs](https://img.shields.io/static/v1?label=docs&message=terraform&color=informational&style=for-the-badge&logo=terraform)](https://registry.terraform.io/providers/pehlicd/keep/latest/docs)
![downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fregistry.terraform.io%2Fv2%2Fproviders%2Fpehlicd%2Fkeep%3Finclude%3Dcategories%2Cmoved-to%2Cpotential-fork-of%2Cprovider-versions%2Ctop-modules%26include%3Dcategories%252Cmoved-to%252Cpotential-fork-of%252Cprovider-versions%252Ctop-modules%26name%3Dkeep%26namespace%3Dpehlicd&query=data.attributes.downloads&style=for-the-badge&logo=terraform&label=downloads&color=brightgreen)
![latest version](https://img.shields.io/github/v/release/pehlicd/terraform-provider-keep?style=for-the-badge&label=latest%20version&color=orange)
![license](https://img.shields.io/github/license/pehlicd/terraform-provider-keep?style=for-the-badge)

---

This is a terraform provider for managing your [keep](https://github.com/keephq/keep) instance.

> **Note:** This provider is not official terraform provider for keep.
---

### Installation

Add the following to your terraform configuration
Expand All @@ -32,8 +28,6 @@ terraform {
}
```

---

### Example

```hcl
Expand Down Expand Up @@ -73,8 +67,6 @@ data "keep_mapping" "example_mapping_data" {
}
```

---

For more information, please refer to the [documentation](https://registry.terraform.io/providers/pehlicd/keep/latest/docs).

You can also find some hands-on examples in the [examples](./examples) directory.
Expand Down

0 comments on commit 087fef7

Please sign in to comment.