Velko Ivanov
Velko Ivanov
First of all, thanks for the great work adding iteration and depends_on for modules - both are going to be really useful and I wished for them so many times...
@nikolay That can do the job, but why creating new providers for each module invocation ? Even if it is "for free" in terms of performance, which I don't really...
@nikolay What I understand is that you propose to have this: ``` locals { modules_vars = { instance_1 = { var1 = ... var2 = ... region = ... profile...
@nikolay Sure, having `for_each` for providers sounds logical and natural and I fully support it, I believe it deserves its own feature request
@cregkly This example is with Google cloud - the provider instance is not constrained within the region with Google, so you don't need multiple provider instances to use different regions...