Prepared everything for the first release
This commit is contained in:
parent
6844355a92
commit
18ae275c5b
23 changed files with 857 additions and 4 deletions
28
docs/index.md
Normal file
28
docs/index.md
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue