Skip to content

Commit 4379a88

Browse files
committed
add
1 parent dedbfae commit 4379a88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tencentcloud/services/waf/resource_tc_waf_bot_status_config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ func ResourceTencentCloudWafBotStatusConfig() *schema.Resource {
2424
State: schema.ImportStatePassthrough,
2525
},
2626
Schema: map[string]*schema.Schema{
27-
"domain": {
27+
"instance_id": {
2828
Type: schema.TypeString,
2929
Required: true,
3030
ForceNew: true,
31-
Description: "Domain.",
31+
Description: "Instance ID.",
3232
},
3333

34-
"instance_id": {
34+
"domain": {
3535
Type: schema.TypeString,
3636
Required: true,
3737
ForceNew: true,
38-
Description: "Instance ID.",
38+
Description: "Domain.",
3939
},
4040

4141
"status": {

0 commit comments

Comments
 (0)