summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..c43341d
--- /dev/null
+++ b/docs/index.md
@@ -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