Skip to content

Commit

Permalink
go generate docs
Browse files Browse the repository at this point in the history
Signed-off-by: futuretea <[email protected]>
  • Loading branch information
futuretea committed May 8, 2023
1 parent 6c11a4c commit 2b91507
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/data-sources/virtualmachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ data "harvester_virtualmachine" "opensuse154" {
- **start** (Boolean, Deprecated)
- **state** (String)
- **tags** (Map of String)
- **tpm** (List of Object) (see [below for nested schema](#nestedatt--tpm))

<a id="nestedatt--cloudinit"></a>
### Nested Schema for `cloudinit`
Expand Down Expand Up @@ -119,3 +120,11 @@ Read-Only:
- **wait_for_lease** (Boolean)


<a id="nestedatt--tpm"></a>
### Nested Schema for `tpm`

Read-Only:

- **name** (String)


9 changes: 9 additions & 0 deletions docs/resources/virtualmachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ resource "harvester_virtualmachine" "opensuse154" {
- **ssh_keys** (List of String)
- **start** (Boolean, Deprecated)
- **tags** (Map of String)
- **tpm** (Block List, Max: 1) (see [below for nested schema](#nestedblock--tpm))

### Read-Only

Expand Down Expand Up @@ -321,6 +322,14 @@ Optional:
- **bus** (String)
- **type** (String)


<a id="nestedblock--tpm"></a>
### Nested Schema for `tpm`

Optional:

- **name** (String, Deprecated)

## Import

Import is supported using the following syntax:
Expand Down

0 comments on commit 2b91507

Please sign in to comment.