File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tencentcloud/services/waf Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
24
24
State : schema .ImportStatePassthrough ,
25
25
},
26
26
Schema : map [string ]* schema.Schema {
27
- "status" : {
28
- Type : schema .TypeString ,
29
- Required : true ,
30
- Description : "Bot status. 1 - enable; 0 - disable." ,
31
- },
32
-
33
27
"domain" : {
34
28
Type : schema .TypeString ,
35
29
Required : true ,
@@ -44,6 +38,12 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
44
38
Description : "Instance ID." ,
45
39
},
46
40
41
+ "status" : {
42
+ Type : schema .TypeString ,
43
+ Required : true ,
44
+ Description : "Bot status. 1 - enable; 0 - disable." ,
45
+ },
46
+
47
47
"scene_count" : {
48
48
Type : schema .TypeInt ,
49
49
Computed : true ,
You can’t perform that action at this time.
0 commit comments