Skip to content

Module Example Directory Init Issue #175

@halil9

Description

@halil9

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions