Hi,
Could you please provider example for custom terraform provider using nested map.
I’m interested not how to use it in terraform script, but how to write such provider , how to describe schema. I found only plugin sdk, and example would be very useful
Are you trying to devise a schema which could be used with Terraform configuration to supply values to the API you are calling? If so, then you might be able to use a ListNestedAttribute for nodes and a SingleNestedAttribute for solution.