Terraform registry documentation bootstrap
This commit is contained in:
parent
932a149c35
commit
21b3a6e587
9 changed files with 65 additions and 10 deletions
17
templates/index.md.tmpl
Normal file
17
templates/index.md.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: ""
|
||||
page_title: "Provider: eventline"
|
||||
description: "The eventline provider allows you to interact with the eventline API."
|
||||
---
|
||||
|
||||
# Eventline Provider
|
||||
|
||||
The [Eventline](https://www.exograd.com/products/eventline/) provider is used to interact with the resources supported by Eventline. The provider needs to be configured with the proper credentials before it can be used. It requires terraform 1.0 or later.
|
||||
|
||||
Use the navigation to the left to read about the available resources.
|
||||
|
||||
## Example Usage
|
||||
|
||||
{{tffile "examples/provider/provider.tf"}}
|
||||
|
||||
{{ .SchemaMarkdown | trimspace }}
|
Loading…
Add table
Add a link
Reference in a new issue