blob: c43341d7e4fcd40416cfd21fcd0b92a6b8706375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "eventline Provider"
subcategory: ""
description: |-
---
# eventline Provider
## Example Usage
```terraform
provider "eventline" {
api_key = "12345678-9abc-def0-1234-56789abcdef0"
endpoint = "http://localhost:8085/"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `api_key` (String, Sensitive) Eventline's api key
- `endpoint` (String) Eventline's HTTP endpoint
|