You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
# generated by https://github.com/hashicorp/terraform-plugin-docs
3
3
page_title: "parallels-desktop Provider"
4
-
subcategory: ""
5
4
description: |-
6
5
Parallels Desktop provider allows you to manage Parallels Desktop virtual machines in a remote environment.
7
6
You will need a business edition license to use this provider. To get your license, please visit Parallels Desktop https://www.parallels.com/products/desktop/.
-`config` (Block, Optional) Virtual Machine config block, this is used set some of the most common settings for a VM (see [below for nested schema](#nestedblock--config))
145
145
-`force_changes` (Boolean) Force changes, this will force the VM to be stopped and started again
146
146
-`host` (String) Parallels Desktop DevOps Host
147
+
-`keep_after_error` (Boolean) This will keep the VM even if there is an error during creation
148
+
-`keep_running` (Boolean) This will keep the VM running after the terraform apply
147
149
-`on_destroy_script` (Block List) Run any script after the virtual machine is created (see [below for nested schema](#nestedblock--on_destroy_script))
-`catalog_cache_allow_cache_above_keep_free_disk_space` (Boolean) Allow catalog cache to override the keep free disk space if it needs, this will render the keep free disk space useless
139
+
-`catalog_cache_disable_stream` (Boolean) Disable catalog caching to stream, this will disable the ability of the caching to decompress the catalog items on the fly
140
+
-`catalog_cache_keep_free_disk_space_size` (Number) Catalog cache keep free disk space in MB
141
+
-`catalog_cache_max_size` (Number) Catalog cache max size in MB
137
142
-`devops_version` (String) Parallels Desktop DevOps version to install, if empty the latest will be installed
138
143
-`disable_catalog_caching` (Boolean) Disable catalog caching, this will disable the ability to cache catalog items that are pulled from a remote catalog
139
144
-`enable_logging` (Boolean) Enable logging
@@ -143,6 +148,7 @@ Optional:
143
148
-`environment_variables` (Map of String) Environment variables that can be used in the DevOps service, please see documentation to see which variables are available
144
149
-`hmac_secret` (String, Sensitive) Parallels Desktop DevOps HMAC secret, this is used to sign the JWT tokens
145
150
-`log_level` (String) Parallels Desktop DevOps log level, you can choose between debug, info, warn, error
151
+
-`log_path` (String) Path to store logs
146
152
-`mode` (String, Sensitive) API Operation mode, either orchestrator or catalog
-`config` (Block, Optional) Virtual Machine config block, this is used set some of the most common settings for a VM (see [below for nested schema](#nestedblock--config))
151
151
-`force_changes` (Boolean) Force changes, this will force the VM to be stopped and started again
152
152
-`host` (String) Parallels Desktop DevOps Host
153
+
-`keep_after_error` (Boolean) Keep the cloned VM after an error occurs during creation
153
154
-`keep_running` (Boolean) This will keep the VM running after the terraform apply
154
155
-`on_destroy_script` (Block List) Run any script after the virtual machine is created (see [below for nested schema](#nestedblock--on_destroy_script))
0 commit comments