terraform-provider-eventline/examples/provider/provider.tf

5 lines
115 B
Terraform
Raw Normal View History

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