terraform-oci-ocne
terraform-oci-ocne copied to clipboard
Fix Load Balancer List Indexing
The load_balancers block in the oci_core_instance_pool resource was defined as a set, causing an error when trying to index with [0]. Changed the set to a list to resolve the issue.