Skip to content

Commit 0791463

Browse files
author
mikatong
committed
update
1 parent 53a4b24 commit 0791463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_elasticsearch_restart_logstash_instance_operation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func resourceTencentCloudElasticsearchRestartLogstashInstanceOperation() *schema
3939
},
4040

4141
"type": {
42-
Optional: true,
42+
Required: true,
4343
ForceNew: true,
4444
Type: schema.TypeInt,
4545
Description: "Restart type, 0 full restart, 1 rolling restart.",

website/docs/r/elasticsearch_restart_logstash_instance_operation.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "tencentcloud_elasticsearch_restart_logstash_instance_operation" "resta
2525
The following arguments are supported:
2626

2727
* `instance_id` - (Required, String, ForceNew) Instance id.
28-
* `type` - (Optional, Int, ForceNew) Restart type, 0 full restart, 1 rolling restart.
28+
* `type` - (Required, Int, ForceNew) Restart type, 0 full restart, 1 rolling restart.
2929

3030
## Attributes Reference
3131

0 commit comments

Comments
 (0)