umotif-public / terraform-aws-waf-webaclv2

Terraform module to configure WAF V2 Web ACL with managed rules for Application Load Balancer
https://registry.terraform.io/modules/umotif-public/waf-webaclv2/aws
Other
137 stars 124 forks source link

Unsupported block type #109

Open Vitrana-reports opened 1 year ago

Vitrana-reports commented 1 year ago

Error: Unsupported block type

on .terraform/modules/waf/main.tf line 116, in resource "aws_wafv2_web_acl" "main": 116: dynamic "excluded_rule" {

Blocks of type "excluded_rule" are not expected here.

Error: Failed to read the given file as a state or plan file

State read error: Error loading statefile: open tfplan: no such file or directory

Software versions?

Vitrana-reports commented 1 year ago

Terraform version = 1.3.5 aws version = 4.52.0

dberuben commented 1 year ago

same issue

Amol7766 commented 1 year ago

Error: Unsupported block type │ │ on .terraform/modules/waf/main.tf line 116, in resource "aws_wafv2_web_acl" "main": │ 116: dynamic "rule_action_override" { │ │ Blocks of type "rule_action_override" are not expected here. ╵ What wiil be next??

pmcdonald-metropolis commented 1 year ago

Same issue:

╷
│ Error: Unsupported block type
│
│   on .terraform/modules/waf/main.tf line 116, in resource "aws_wafv2_web_acl" "main":
│  116:             dynamic "rule_action_override" {
│
│ Blocks of type "rule_action_override" are not expected here.
╵