From 89e2ea046b8258044aba4ce2ac1bc07d88e340f6 Mon Sep 17 00:00:00 2001 From: Matthew Cummings Date: Sun, 17 Dec 2023 21:11:40 -0500 Subject: [PATCH] Doc WIP --- templates/index.md.tmpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/index.md.tmpl diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl new file mode 100644 index 0000000..9ac54af --- /dev/null +++ b/templates/index.md.tmpl @@ -0,0 +1,20 @@ +--- +page_title: "CloudTruth Provider" +description: |- + The CloudTruth Terraform provider is used to interact with CloudTruth application resources. +--- + +# CloudTruth Provider + +The [CloudTruth](https://cloudtruth.com) is used to interact with CloudTruth application resources. + +## Example Usage + +```hcl +provider "cloudtruth" { + api_key = var.cloudtruth_api_key + domain = var.cloudtruth_domain +} +``` + +{{ .SchemaMarkdown | trimspace }}