Skip to content

Commit 56aacf0

Browse files
authored
docs: add description to provider index page (#271)
* docs: add description to provider index page * fix typo
1 parent abd6cf0 commit 56aacf0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
page_title: "Coder Provider"
44
subcategory: "Infrastructure"
55
description: |-
6-
6+
Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
77
---
88

99
# Coder Provider
1010

11+
Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
12+
1113
## Example
1214

1315
```terraform

templates/index.md.tmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
page_title: "Coder Provider"
44
subcategory: "Infrastructure"
55
description: |-
6-
6+
Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
77
---
88

99
# Coder Provider
1010

11+
Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
12+
1113
## Example
1214

1315
{{tffile "examples/provider/provider.tf"}}

0 commit comments

Comments
 (0)