Skip to content

Commit

Permalink
Doc WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcummings committed Dec 18, 2023
1 parent 43c366c commit 89e2ea0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 89e2ea0

Please sign in to comment.