Pola93

Results 2 comments of Pola93

Hello, I had similar issue when `aws_wafv2_regex_pattern_set` couldn't be destroyed as it was used by `aws_wafv2_web_acl`. I added `depends_on = [aws_wafv2_regex_pattern_set.custom_allow_regex]` to `aws_wafv2_web_acl` resource and it still did not help...