Skip to content

Commit

Permalink
add basic descriptions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyriel authored Jan 31, 2024
1 parent 8780c17 commit 76b70f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/data-sources/slo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ description: |-

# coralogix_slo (Data Source)

Coralogix SLO.
Use this data source to obtain the necessary fields to set up Coralogix Service Level Objectives (SLOs).
Data about individual SLOs can be retrieved by providing the specific SLO `id`.

## Example Usage

```hcl
Expand Down
6 changes: 5 additions & 1 deletion docs/resources/slo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Coralogix SLO.

# coralogix_slo (Resource)

Coralogix SLO.
Use this resource to create, update, and delete Coralogix Service Level Objectives (SLOs).

You need an API Key for **Alerts, Rules & Tags** to provision this resource. Use this key to set the `api_key` attribute in the `provider` block or implicitly via environment variables: `CORALOGIX_API_KEY` or `CORALOGIX_ENV`.

Note: Only Administrators can manage SLOs.

## Example Usage

Expand Down

0 comments on commit 76b70f2

Please sign in to comment.