How can I create a list of objects in terraform so I can automatically create new kubernetes clusters when I add an item to the list?
I have tried to create a list of objects in Terraform but can’t find an idiomatic way of doing so.
I want a cluster template and list of objects with cluster configurations in terraform. How can i achieve this?
We are creating a terraform script to create Kubernetes clusters. I want a list of parameters so I can just add an item to this list and a new regional cluster will be created.