Hi there,
I have created a module which I want to apply to all available/enabled regions. The AWS api call describe-regions gives you a list of enabled regions. Is it possible to use this list and apply the module to all those regions?
Currently I have to define the provider for each region and invoke them through a module for that region. Any tips appreciated