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 dedbfae commit 4379a88Copy full SHA for 4379a88
tencentcloud/services/waf/resource_tc_waf_bot_status_config.go
@@ -24,18 +24,18 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
24
State: schema.ImportStatePassthrough,
25
},
26
Schema: map[string]*schema.Schema{
27
- "domain": {
+ "instance_id": {
28
Type: schema.TypeString,
29
Required: true,
30
ForceNew: true,
31
- Description: "Domain.",
+ Description: "Instance ID.",
32
33
34
- "instance_id": {
+ "domain": {
35
36
37
38
- Description: "Instance ID.",
+ Description: "Domain.",
39
40
41
"status": {
0 commit comments