Hello! Does anyone know if `pulumi/aws` supports c...
# general
c
Hello! Does anyone know if
pulumi/aws
supports creating "wafv2.WebAclRules" after the creation of the WAF with
new aws.wafv2.WebAcl(...)
? in the AWS-CLI it is supported here "create-rule", and it can be done also from AWS web console, but pulumi doesn't seem to have it... It would allow my team to create the WAF in a shared project while allowing specific domains to add more rules to the WAF afterwards.