We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ced4f9 commit 518d9edCopy full SHA for 518d9ed
tencentcloud/services/tat/resource_tc_tat_command.go
@@ -79,16 +79,14 @@ func ResourceTencentCloudTatCommand() *schema.Resource {
79
Elem: &schema.Resource{
80
Schema: map[string]*schema.Schema{
81
"key": {
82
- Type: schema.TypeString,
83
- Required: true,
84
- ValidateFunc: tccommon.ValidateNotEmpty,
85
- Description: "Tag key.",
+ Type: schema.TypeString,
+ Required: true,
+ Description: "Tag key.",
86
},
87
"value": {
88
89
90
91
- Description: "Tag value.",
+ Description: "Tag value.",
92
93
94
0 commit comments