Terraform registry documentation bootstrap
This commit is contained in:
parent
932a149c35
commit
21b3a6e587
9 changed files with 65 additions and 10 deletions
|
@ -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/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue