#getting below error while running "terraform plan". i am trying to create three windows compute resources. the instance_name are of list type and a count is added to resource
Error: Incorrect attribute value type
on datasource.tf line 7, in data "oci_core_instance_credentials" "instance_credentials": 7: instance_id = ["${oci_core_instance.jde_instance.*.id}"]
Inappropriate value for attribute "instance_id": string required.