2023-06-19 00:05:58 +02:00
---
2023-06-19 13:04:25 +02:00
layout: ""
page_title: "Provider: eventline"
description: "The eventline provider allows you to interact with the eventline API."
2023-06-19 00:05:58 +02:00
---
2023-06-19 13:04:25 +02:00
# Eventline Provider
2023-06-19 00:05:58 +02:00
2023-06-19 13:04:25 +02:00
The [Eventline ](https://www.exograd.com/products/eventline/ ) provider is used to interact with the resources supported by Eventline. The provider needs to be configured with the proper credentials before it can be used. It requires terraform 1.0 or later.
2023-06-19 00:05:58 +02:00
2023-06-19 13:04:25 +02:00
Use the navigation to the left to read about the available resources.
2023-06-19 00:05:58 +02:00
## Example Usage
```terraform
2023-06-19 13:04:25 +02:00
terraform {
required_providers {
eventline = {
source = "adyxax/eventline"
}
}
}
2023-06-19 00:05:58 +02:00
provider "eventline" {
2023-06-19 13:04:25 +02:00
api_key = var.eventline_api_key
2023-06-19 00:05:58 +02:00
endpoint = "http://localhost:8085/"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `api_key` (String, Sensitive) Eventline's api key
- `endpoint` (String) Eventline's HTTP endpoint