Skip to content

Commit a4c1191

Browse files
committed
add
1 parent a734973 commit a4c1191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/tat/resource_tc_tat_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ResourceTencentCloudTatCommand() *schema.Resource {
3333
"content": {
3434
Type: schema.TypeString,
3535
Required: true,
36-
Description: "Base64-encoded command. The maximum length is 64 KB.",
36+
Description: "Command content. The maximum length is 64 KB.",
3737
},
3838

3939
"description": {

website/docs/r/tat_command.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ EOF
4141
The following arguments are supported:
4242

4343
* `command_name` - (Required, String) Command name. The name can be up to 60 bytes, and contain [a-z], [A-Z], [0-9] and [_-.].
44-
* `content` - (Required, String) Base64-encoded command. The maximum length is 64 KB.
44+
* `content` - (Required, String) Command content. The maximum length is 64 KB.
4545
* `command_type` - (Optional, String) Command type. `SHELL` and `POWERSHELL` are supported. The default value is `SHELL`.
4646
* `default_parameters` - (Optional, String) The default value of the custom parameter value when it is enabled. The field type is JSON encoded string. For example, {"varA": "222"}.`key` is the name of the custom parameter and value is the default value. Both `key` and `value` are strings.If no parameter value is provided in the `InvokeCommand` API, the default value is used.Up to 20 custom parameters are supported.The name of the custom parameter cannot exceed 64 characters and can contain [a-z], [A-Z], [0-9] and [-_].
4747
* `description` - (Optional, String) Command description. The maximum length is 120 characters.

0 commit comments

Comments
 (0)