Prepared everything for the first release
This commit is contained in:
parent
6844355a92
commit
18ae275c5b
23 changed files with 857 additions and 4 deletions
4
examples/provider/provider.tf
Normal file
4
examples/provider/provider.tf
Normal file
|
@ -0,0 +1,4 @@
|
|||
provider "eventline" {
|
||||
api_key = "12345678-9abc-def0-1234-56789abcdef0"
|
||||
endpoint = "http://localhost:8085/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue