Skip to content

Commit

Permalink
Add support for each power_state
Browse files Browse the repository at this point in the history
Add the `power_state` computed attribute to to `r/virtual_machine` docs.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored Mar 2, 2022
1 parent a2d1ecc commit 5fe6797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,8 @@ The following attributes are exported on the base level of this resource:
* `vapp_transport` - Computed value which is only valid for cloned virtual
machines. A list of vApp transport methods supported by the source virtual
machine or template.
* `power_state` - A computed value for the current power state of the virtual
machine. One of `on`, `off`, or `suspended`.

[docs-about-morefs]: /docs/providers/vsphere/index.html#use-of-managed-object-references-by-the-vsphere-provider

Expand Down

0 comments on commit 5fe6797

Please sign in to comment.