Skip to content

Commit 594cc38

Browse files
committed
add
1 parent 7014f79 commit 594cc38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tencentcloud/services/waf/resource_tc_waf_attack_white_rule.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func ResourceTencentCloudWafAttackWhiteRule() *schema.Resource {
2828
"domain": {
2929
Type: schema.TypeString,
3030
Required: true,
31+
ForceNew: true,
3132
Description: "Domain.",
3233
},
3334

website/docs/r/waf_attack_white_rule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "tencentcloud_waf_attack_white_rule" "example" {
9090

9191
The following arguments are supported:
9292

93-
* `domain` - (Required, String) Domain.
93+
* `domain` - (Required, String, ForceNew) Domain.
9494
* `rules` - (Required, List) Rule list.
9595
* `status` - (Required, Int) Rule status.
9696
* `mode` - (Optional, Int) 0: Whiten according to a specific rule ID, 1: Whiten according to the rule type.

0 commit comments

Comments
 (0)