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
* Autogenerate vm resource docs with tfplugindocs
* Attempt at fixing bash command rendering
* Another attempt at fixing bash command rendering
* More fixes
Copy file name to clipboardExpand all lines: docs/index.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,14 @@ provider "xenorchestra" {
46
46
<!-- schema generated by tfplugindocs -->
47
47
## Schema
48
48
49
+
### Required
50
+
51
+
-`password` (String) Password for xoa api. Can be set via the XOA_PASSWORD environment variable.
52
+
-`url` (String) Hostname of the xoa router. Can be set via the XOA_URL environment variable.
53
+
-`username` (String) User account for xoa api. Can be set via the XOA_USER environment variable.
54
+
49
55
### Optional
50
56
51
57
-`insecure` (Boolean) Whether SSL should be verified or not. Can be set via the XOA_INSECURE environment variable.
52
-
-`password` (String) Password for xoa api. Can be set via the XOA_PASSWORD environment variable.
53
58
-`retry_max_time` (String) If `retry_mode` is set, this specifies the duration for which the backoff method will continue retries. Can be set via the `XOA_RETRY_MAX_TIME` environment variable
54
59
-`retry_mode` (String) Specifies if retries should be attempted for requests that require eventual . Can be set via the XOA_RETRY_MODE environment variable.
55
-
-`url` (String) Hostname of the xoa router. Can be set via the XOA_URL environment variable.
56
-
-`username` (String) User account for xoa api. Can be set via the XOA_USER environment variable.
0 commit comments