hello team ,
Im getting this following error when doing terraform init. Kindly do the needful asap
![image](https://global.discourse-cdn.com/hashicorp/original/3X/5/f/5f48cc472f22178399be03786c022d7aec5be1b6.png)
Hi @gajalakshmi2901,
If you need to use for_each
with this module then you will need to do what is described in the second paragraph of the error message description: move the provider "aws"
block into the root module.