Skip to content

Commit a9b085f

Browse files
committed
gen
1 parent ffd1d09 commit a9b085f

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "coderd Provider"
4-
subcategory: ""
54
description: |-
65
The coderd provider can be used to manage resources on a Coder deployment. The provider exposes resources and data sources for users, groups, templates, and workspace proxies.
76
~> Warning

docs/resources/group.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ resource "coderd_group" "group1" {
6464

6565
Import is supported using the following syntax:
6666

67+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
68+
6769
```shell
6870
# The ID supplied can be either a group UUID retrieved via the API
6971
# or a fully qualified name: `<organization-name>/<group-name>`.

docs/resources/organization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Optional:
8888

8989
Import is supported using the following syntax:
9090

91+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
92+
9193
```shell
9294
# The ID supplied can be either a organization UUID retrieved via the API
9395
# or the name of the organization.

docs/resources/template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ Optional:
166166

167167
Import is supported using the following syntax:
168168

169+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
170+
169171
```shell
170172
# The ID supplied can be either a template UUID retrieved via the API
171173
# or a fully qualified name: `<organization-name>/<template-name>`.

docs/resources/user.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ resource "coderd_user" "admin" {
6767

6868
Import is supported using the following syntax:
6969

70+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
71+
7072
```shell
7173
# The ID supplied can be either a user UUID retrieved via the API
7274
# or a username.

0 commit comments

Comments
 (0)