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 a092f82 commit dedbfaeCopy full SHA for dedbfae
tencentcloud/services/waf/resource_tc_waf_bot_status_config.go
@@ -24,12 +24,6 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
24
State: schema.ImportStatePassthrough,
25
},
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
"domain": {
34
Type: schema.TypeString,
35
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,
+ Description: "Bot status. 1 - enable; 0 - disable.",
+ },
+
47
"scene_count": {
48
Type: schema.TypeInt,
49
Computed: true,
0 commit comments