|
|
|
|
|
by mdaniel
360 days ago
|
|
I think you missed the error message; I wasn't whining about for_each syntax masquerading as if it was a property of the resource, I was pointing out the moronic behavior of attempting to iterate over a list of strings and being given the finger It is claiming the provided thing is not a set of strings it's a tuple The fix is for_each = toset(var.my_list)
but who in their right mind would say "oh, I see you have a list of things, but I only accept unordered things" |
|