Trying to spin up multiple queues from a YAML variable file using for_each. The map conversion seems off. My YAML has queue_name and description keys. When I pass it to for_each, Terraform complains about the value type. Should I be using yamldecode directly in the resource or converting it in a locals block first? The error says the value isn’t a map of strings.