Skip to content

Commit 1c7add6

Browse files
committed
wip
1 parent d2e2d96 commit 1c7add6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ description: |-
88

99
# Coder Provider
1010

11+
The Coder provider is used to help create [Coder](https://coder.com) templates. Coder is a self-hosted cloud development environment that allows enterprises to create consistent, secure, and scalable development environments for their teams.
12+
13+
-> Requires Coder v2.13.0 or later.
14+
15+
!> `coder_git_auth` and owner related fields of `coder_workspace` data source have been removed. Follow the [v0 to v1migration guide](https://registry.terraform.io/providers/codercom/coder/latest/docs/guides/v0-to-v1-migration) to update your code.
16+
1117
## Example
1218

1319
```terraform

templates/index.md.tmpl

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ description: |-
88

99
# Coder Provider
1010

11+
The Coder provider is used to help create [Coder](https://coder.com) templates. Coder is a self-hosted cloud development environment that allows enterprises to create consistent, secure, and scalable development environments for their teams.
12+
13+
-> Requires Coder v2.13.0 or later.
14+
15+
!> `coder_git_auth` and owner related fields of `coder_workspace` data source have been removed. Follow the [v0 to v1migration guide](https://registry.terraform.io/providers/codercom/coder/latest/docs/guides/v0-to-v1-migration) to update your code.
16+
1117
## Example
1218

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

0 commit comments

Comments
 (0)