Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
page_title: "Coder Provider"
subcategory: "Infrastructure"
description: |-

Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
---

# Coder Provider

Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).

## Example

```terraform
Expand Down
4 changes: 3 additions & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
page_title: "Coder Provider"
subcategory: "Infrastructure"
description: |-

Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
---

# Coder Provider

Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).

## Example

{{tffile "examples/provider/provider.tf"}}
Expand Down
Loading