-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed an issue where if we would enable the https for a host and registered it with a orchestrator it would fail due to wrong port - Added the new resource called vm_state to set a existing vm to a state - Fixed an issue in the telemetry not being sent correctly
- Loading branch information
Showing
11 changed files
with
353 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "parallels-desktop_vm_state Resource - terraform-provider-parallels-desktop" | ||
subcategory: "" | ||
description: |- | ||
Parallels Virtual Machine State Resource | ||
Use this to set a virtual machine to a desired state. | ||
--- | ||
|
||
# parallels-desktop_vm_state (Resource) | ||
|
||
Parallels Virtual Machine State Resource | ||
Use this to set a virtual machine to a desired state. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Virtual Machine Id | ||
- `operation` (String) Virtual Machine desired state | ||
|
||
### Optional | ||
|
||
- `authenticator` (Block, Optional) Authenticator block, this is used to authenticate with the Parallels Desktop API, if empty it will try to use the root password (see [below for nested schema](#nestedblock--authenticator)) | ||
- `ensure_state` (Boolean) Ensure the virtual machine is in the desired state | ||
- `host` (String) Parallels Desktop DevOps Host | ||
- `orchestrator` (String) Parallels Desktop DevOps Orchestrator | ||
|
||
### Read-Only | ||
|
||
- `current_state` (String) Virtual Machine current state | ||
|
||
<a id="nestedblock--authenticator"></a> | ||
### Nested Schema for `authenticator` | ||
|
||
Optional: | ||
|
||
- `api_key` (String, Sensitive) Parallels desktop API API Key | ||
- `password` (String, Sensitive) Parallels desktop API Password | ||
- `username` (String) Parallels desktop API Username |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.