oci_waas_policy for protection_rule not working
Content
Hi all,
I'm not able to configure protection rules using oci_waas_policy module. For some reason it is not working using this module, there is no error, and provisioning is finished but there are no protection rules configured. Also, if I'm using oci_waas_protection_rules module it works but it will take an additional 10-15 min to update the already created WAF which is not a great solution. Is there any way to fix oci_waas_policy module or am I doing something wrong?
- name: Create waas_policy
oci_waas_policy:
compartment_id: "{{ compartment_id_waf }}"
1