aboutsummaryrefslogtreecommitdiff
path: root/examples/provider/provider.tf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/provider/provider.tf')
-rw-r--r--examples/provider/provider.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf
new file mode 100644
index 0000000..699cdb4
--- /dev/null
+++ b/examples/provider/provider.tf
@@ -0,0 +1,4 @@
+provider "eventline" {
+ api_key = "12345678-9abc-def0-1234-56789abcdef0"
+ endpoint = "http://localhost:8085/"
+}