Handling dependencies

Hello @autero1, i have similar question.
So i have put the dependency part in my terragrunt.hcl in lets call it Live structure. And when i do plan-all i can see that it says some of the section has a dependency.
How to handle if that is even possible the case when we are using data.terraform_remote_state from one module into another and we are running everything for the first time, obviously there are no state file for the first module, no outputs, so it cant use it on the second, and plan fails. So does this mean that we have to create VPC module first on its own so there is state file from which to pick the outputs and only then create all the others?

Thanks