Terraform registry documentation bootstrap

This commit is contained in:
Julien Dessaux 2023-06-19 13:04:25 +02:00
parent 932a149c35
commit 21b3a6e587
Signed by: adyxax
GPG key ID: F92E51B86E07177E
9 changed files with 65 additions and 10 deletions

View file

@ -1,4 +1,12 @@
terraform {
required_providers {
eventline = {
source = "adyxax/eventline"
}
}
}
provider "eventline" {
api_key = "12345678-9abc-def0-1234-56789abcdef0"
api_key = var.eventline_api_key
endpoint = "http://localhost:8085/"
}