Ryan Markoff
Ryan Markoff
> > terraform import module.nlb-backends["oci-lb-resource"].oci_network_load_balancer_backend.backend 'NetworkLoadBalancerId/ocid1.networkloadbalancer.details.withheld/backend-sets//backends' > > What are you providing value ? this is supposed to be backend set name. I was using the backend set name, it...
> Can you please try this way? https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/network_load_balancer_backend > > > $ terraform import module.nlb-backends["oci-lb-resource"].oci_network_load_balancer_backend.backend "networkLoadBalancers/{networkLoadBalancerId}/backendSets/{backendSetName}/backends/{backendName}" The next time I import one I'll try that and reply back. Thanks.
> > Can you please try this way? https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/network_load_balancer_backend > > > $ terraform import module.nlb-backends["oci-lb-resource"].oci_network_load_balancer_backend.backend "networkLoadBalancers/{networkLoadBalancerId}/backendSets/{backendSetName}/backends/{backendName}" > > The next time I import one I'll try that and reply...
+1 Seeing this same issue on my child firewall policy, works fine on the parent firewall policy. My child firewall is now stuck in a failed provisioning state.
@pastyGRB I was able to resolve this by adding this to the Dockerfile after the `Exposed Ports` and before the `#yum install repos` and copied the requirements.txt from the `oci-designer/requirements.txt`...