terraform-provider-eventline/docs/index.md

485 B

page_title subcategory description
eventline Provider

eventline Provider

Example Usage

provider "eventline" {
  api_key  = "12345678-9abc-def0-1234-56789abcdef0"
  endpoint = "http://localhost:8085/"
}

Schema

Required

  • api_key (String, Sensitive) Eventline's api key
  • endpoint (String) Eventline's HTTP endpoint