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 5ca7037 commit 03cc758Copy full SHA for 03cc758
.changelog/29608.txt
@@ -1,5 +1,5 @@
1
```release-note:enhancement
2
-resource/aws_wafv2_rule_group: Add `captcha_config` and `rule.captcha_config` arguments
+resource/aws_wafv2_rule_group: Add `rule.captcha_config` argument
3
```
4
5
internal/service/wafv2/rule_group.go
@@ -64,7 +64,6 @@ func ResourceRuleGroup() *schema.Resource {
64
ForceNew: true,
65
ValidateFunc: validation.IntAtLeast(1),
66
},
67
- "captcha_config": outerCaptchaConfigSchema(),
68
"custom_response_body": customResponseBodySchema(),
69
"description": {
70
Type: schema.TypeString,
0 commit comments