Skip to content

Commit 03cc758

Browse files
committed
r/aws_wafv2_rule_group: No top-level 'captcha_config' argument.
1 parent 5ca7037 commit 03cc758

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.changelog/29608.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```release-note:enhancement
2-
resource/aws_wafv2_rule_group: Add `captcha_config` and `rule.captcha_config` arguments
2+
resource/aws_wafv2_rule_group: Add `rule.captcha_config` argument
33
```
44

55
```release-note:enhancement

internal/service/wafv2/rule_group.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func ResourceRuleGroup() *schema.Resource {
6464
ForceNew: true,
6565
ValidateFunc: validation.IntAtLeast(1),
6666
},
67-
"captcha_config": outerCaptchaConfigSchema(),
6867
"custom_response_body": customResponseBodySchema(),
6968
"description": {
7069
Type: schema.TypeString,

0 commit comments

Comments
 (0)