oracle-quickstart / oci-palo-alto-networks

Terraform module to deploy Palo Alto Networks on Oracle Cloud Infrastructure (OCI)
Apache License 2.0
10 stars 13 forks source link

Standard NLB Use Case Missing Route Table DRG Resource Attachments #31

Open tjkervin opened 2 years ago

tjkervin commented 2 years ago

The NLB use case appears to have a DRG Route Table crated without attaching it to the DRG. I think this is because the resource type is incorrect, and should instead be using the 'oci_core_drg_route_table' resource, with route rules defined using the 'oci_core_drg_route_table_route_rule' resources. This would match how the DRG NLB Use Case handles this behavior.

Without this, I'm not seeing how traffic to the web/db VCNs would reach the external NLBs to go through the firewalls.