Facing issue with root module not having module vpc
Opened this issue · 0 comments
sameerjoshinice commented
Getting following error after calling make apply-main
Error: Reference to undeclared module
│
│ on outputs.tf line 2, in output "vpc_id":
│ 2: value = module.vpc.vpc_id
│
│ No module call named "vpc" is declared in the root module.