-
Notifications
You must be signed in to change notification settings - Fork 110
Description
I have an issue about your example repository when Im using terragrunt init. I didn't understand why my cache looking example directory of module.
╷
│ Error: Cannot override provider configuration
│
│ on examples/cloud_wan/main.tf line 5, in module "nvirginia_vpc":
│ 5: providers = { aws = aws.awsnvirginia }
│
│ The configuration of module.nvirginia_vpc has its own local configuration
│ for aws, and so it cannot accept an overridden configuration provided by
│ the root module.
╵
╷
│ Error: Cannot override provider configuration
│
│ on examples/cloud_wan/main.tf line 44, in module "ireland_vpc":
│ 44: providers = { aws = aws.awsireland }
│
│ The configuration of module.ireland_vpc has its own local configuration for
│ aws, and so it cannot accept an overridden configuration provided by the
│ root module.
╵
exit status 1
Can you help with that?