**Is your feature request related to a problem?** ack-waf can make WAF resource but some resource like webacl can't make a association with WAF resources on its own - webacl - ipset - webacl - regrex pattern **Describe the solution you'd like** - webacl should recognize resource by CR name or something identifier things. - It enables ack-waf to control all the WAF resource dynamically. That feature can make ack-waf independent from Iac tool. I don't want to do post-processing job like getting a ARN each WAF resource (ipset, regex pattern) I want regex pattern, ipset with webacl first **Describe alternatives you've considered** I dropped the migration work from terraform to ack. similar issue is here https://github.com/aws-controllers-k8s/community/issues/2173