Creating Network Firewall Policy with address_lists and security_rules but neither are created (only the policy itself).
Expected behavior
Specifying network firewall policy with address_lists and security_rules attributes so expect to have new policy containing both created. Watching with debug output and I see the attributes for each recognized and shown but only the API call for CreateNetworkFirewallPolicy occurs. There should be subsequent calls to CreateAddressList and CreateSecurityRule which do not happen.
Issue Report
Creating Network Firewall Policy with
address_lists
andsecurity_rules
but neither are created (only the policy itself).Expected behavior Specifying network firewall policy with
address_lists
andsecurity_rules
attributes so expect to have new policy containing both created. Watching with debug output and I see the attributes for each recognized and shown but only the API call forCreateNetworkFirewallPolicy
occurs. There should be subsequent calls toCreateAddressList
andCreateSecurityRule
which do not happen.Environment
OS version:
macOS 14.3.1
Ansible version:
Python 3.11.4
OCI Python SDK version:
2.120.0
OCI Ansible Modules version:
oracle.oci 4.43.0
Ansible playbook to reproduce the issue