Skip to content

Commit

Permalink
Generate docs for coder metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Sep 9, 2022
1 parent 4148a03 commit 5718dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/resources/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ resource "coder_metadata" "pod_info" {
- `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))
- `resource_id` (String) The "id" property of another resource that metadata should be attached to.

### Optional

- `hide` (Boolean) Hide the resource from the UI.

### Read-Only

- `id` (String) The ID of this resource.
Expand Down
2 changes: 0 additions & 2 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: |-

# Coder Provider

-> This works with a closed-alpha of [Coder](https://coder.com). For access, contact [support@coder.com](mailto:support@coder.com).

## Example

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

0 comments on commit 5718dbd

Please sign in to comment.