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: website/docs/r/upgrade_run.html.markdown
+4-1
Original file line number
Diff line number
Diff line change
@@ -93,12 +93,15 @@ The following arguments are supported:
93
93
*`timeout` - (Optional) Upgrade status check timeout in seconds. Default: 3600 seconds.
94
94
*`interval` - (Optional) Interval to check upgrade status in seconds. Default: 30 seconds.
95
95
*`delay` - (Optional) Initial delay to start upgrade status checks in seconds. Default: 300 seconds.
96
+
*`max_retries` - (Optional) Maximum number of retries before failing the upgrade operation. Default: 100.
97
+
98
+
**NOTE:** With Global Manager, `edge_group`, `host_group`, `finalize_upgrade_setting`, `edge_upgrade_setting`, `host_upgrade_setting` attributes are not supported.
96
99
97
100
## Argument Reference
98
101
99
102
In addition to arguments listed above, the following attributes are exported:
100
103
101
-
*`upgrade_plan` - (Computed) Upgrade plan for current upgrade. Upgrade unit groups that are not defined in `edge_group` or `host_group` will also be included here.
104
+
*`upgrad_group_plan` - (Computed) Upgrade plan for current upgrade. Upgrade unit groups that are not defined in `edge_group` or `host_group` will also be included here.
102
105
*`type` - Component type.
103
106
*`id` - ID of the upgrade unit group.
104
107
*`enabled` - Flag to indicate whether upgrade of this group is enabled or not.
0 commit comments