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
refresh_identifier = "1" #any identifier values can be used
26
+
max_healthy_percentage = 100
27
+
min_healthy_percentage = 90
28
+
}
29
+
```
30
+
31
+
<!-- schema generated by tfplugindocs -->
32
+
## Schema
33
+
34
+
### Required
35
+
36
+
-`asg_name` (String) The fullname of the asg
37
+
-`tenant_id` (String) The GUID of the tenant that the asg will be created in.
38
+
39
+
### Optional
40
+
41
+
-`auto_rollback` (Boolean) Automatically rollback if instance refresh fails
42
+
-`instance_warmup` (Number) Number of seconds until a newly launched instance is configured and ready to use. Default behavior is to use the Auto Scaling Group's health check grace period.
43
+
-`max_healthy_percentage` (Number) Amount of capacity in the Auto Scaling group that can be in service and healthy, or pending, to support your workload when an instance refresh is in place, as a percentage of the desired capacity of the Auto Scaling group. Defaults to `100`.
44
+
-`min_healthy_percentage` (Number) Amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group. Defaults to `90`.
45
+
-`refresh_identifier` (String) To identify refresh or invoke a refresh
46
+
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
0 commit comments