Skip to content

Commit 22626e2

Browse files
authored
fix(as): [124446790] tencentcloud_as_start_instance_refresh update retry code logic (#3390)
* add * add
1 parent 3ea61e7 commit 22626e2

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.changelog/3390.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_as_start_instance_refresh: update retry code logic
3+
```

tencentcloud/services/as/resource_tc_as_start_instance_refresh.go

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/as_start_instance_refresh.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following arguments are supported:
3939

4040
* `auto_scaling_group_id` - (Required, String, ForceNew) Scaling group ID.
4141
* `refresh_settings` - (Required, List, ForceNew) Refresh settings.
42-
* `refresh_mode` - (Optional, String, ForceNew) Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET.
42+
* `refresh_mode` - (Optional, String, ForceNew) Refresh mode. Value range: ROLLING_UPDATE_RESET: Reinstall the system for rolling update; ROLLING_UPDATE_REPLACE: Create a new instance for rolling update. This mode does not support the rollback interface yet.
4343

4444
The `refresh_settings` object supports the following:
4545

0 commit comments

Comments
 (0)