terraform-oci-ocne icon indicating copy to clipboard operation
terraform-oci-ocne copied to clipboard

Fix Load Balancer List Indexing

Open shahvrushali22 opened this issue 9 months ago • 0 comments

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.

shahvrushali22 avatar Feb 28 '25 21:02 shahvrushali22