Skip to content

Commit 61d605d

Browse files
Update Replacement Method on Example (#8210) (#5834)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Shuya Ma <[email protected]>
1 parent 2e6a2c4 commit 61d605d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/8210.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
Updating documentation update_policy block to working value
3+
```

website/docs/r/compute_instance_group_manager.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ update_policy {
174174
type = "PROACTIVE"
175175
minimal_action = "REPLACE"
176176
most_disruptive_allowed_action = "REPLACE"
177-
max_surge_percent = 20
177+
max_surge_fixed = 0
178178
max_unavailable_fixed = 2
179179
min_ready_sec = 50
180180
replacement_method = "RECREATE"

0 commit comments

Comments
 (0)