Skip to content

Commit 5718dbd

Browse files
committed
Generate docs for coder metadata
1 parent 4148a03 commit 5718dbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: docs/resources/metadata.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ resource "coder_metadata" "pod_info" {
5353
- `item` (Block List, Min: 1) Each "item" block defines a single metadata item consisting of a key/value pair. (see [below for nested schema](#nestedblock--item))
5454
- `resource_id` (String) The "id" property of another resource that metadata should be attached to.
5555

56+
### Optional
57+
58+
- `hide` (Boolean) Hide the resource from the UI.
59+
5660
### Read-Only
5761

5862
- `id` (String) The ID of this resource.

Diff for: templates/index.md.tmpl

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

99
# Coder Provider
1010

11-
-> This works with a closed-alpha of [Coder](https://coder.com). For access, contact [[email protected]](mailto:[email protected]).
12-
1311
## Example
1412

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

0 commit comments

Comments
 (0)