[Docs]: valid values of "action" property WAFv2 loggin_configuration mismatched. #40978
Labels
documentation
Introduces or discusses updates to documentation.
service/wafv2
Issues and PRs that pertain to the wafv2 service.
Milestone
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_logging_configuration#action-condition
Description
The document says the valid values of
action
ofaction_condition
property are ALLOW, BLOCK, and COUNT.But the provider accepts one of
["ALLOW" "BLOCK" "COUNT" "CAPTCHA" "CHALLENGE" "EXCLUDED_AS_COUNT"]
.References
https://docs.aws.amazon.com/waf/latest/APIReference/API_ActionCondition.html
https://github.com/aws/aws-sdk-go-v2/blob/main/service/wafv2/types/enums.go#L8-L15
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: