Hello.
Thank you for reply.
But in this case the same problem(
│ Error: Incorrect attribute value type
│
│ on networks.tf line 20, in resource "opennebula_virtual_network" "test_network":
│ 20: clusters = {
│ 21: id = [
│ 22: "0"
│ 23: ]
│ 24: }
│
│ Inappropriate value for attribute "clusters": list of number required.
│ Error: Incorrect attribute value type
│
│ on networks.tf line 20, in resource "opennebula_virtual_network" "test_network":
│ 20: clusters = {
│ 21: id = [
│ 22: 0
│ 23: ]
│ 24: }
│
│ Inappropriate value for attribute "clusters": list of number required.