From 21b3a6e58787aae54938b772e3e66f1c14e86766 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 19 Jun 2023 13:04:25 +0200 Subject: Terraform registry documentation bootstrap --- templates/index.md.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/index.md.tmpl (limited to 'templates') diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl new file mode 100644 index 0000000..6e7e9ff --- /dev/null +++ b/templates/index.md.tmpl @@ -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 }} -- cgit v1.2.3