Skip to content

Commit dedbfae

Browse files
committed
add
1 parent a092f82 commit dedbfae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tencentcloud/services/waf/resource_tc_waf_bot_status_config.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
2424
State: schema.ImportStatePassthrough,
2525
},
2626
Schema: map[string]*schema.Schema{
27-
"status": {
28-
Type: schema.TypeString,
29-
Required: true,
30-
Description: "Bot status. 1 - enable; 0 - disable.",
31-
},
32-
3327
"domain": {
3428
Type: schema.TypeString,
3529
Required: true,
@@ -44,6 +38,12 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
4438
Description: "Instance ID.",
4539
},
4640

41+
"status": {
42+
Type: schema.TypeString,
43+
Required: true,
44+
Description: "Bot status. 1 - enable; 0 - disable.",
45+
},
46+
4747
"scene_count": {
4848
Type: schema.TypeInt,
4949
Computed: true,

0 commit comments

Comments
 (0)