Open
Description
Describe the Bug
The module is unable to support for_each
since it contains provider configuration:
Module "foo" cannot be used with for_each because it contains a
nested provider configuration for "aws.requester", at
.terraform/modules/foo/requester.tf:60,10-15.
Expected Behavior
The module should support for_each
loops.
Additional Context
I believe passing the providers into the module (instead of configuring the providers w/in the module) would do the trick. I labeled this as bug but it may be a feature request instead.