i am encountering with the issue which is terraform cant not locate the module locally. I really appreciate your advise. Thanks in advance.
Error: #Warning:(7, 1) Cannot locate module locally: Unknown reason
project structure
#The module is called in the "main.tf" which is located env_prod dir
module "az_resource_groups" {
source="../module/az_resource_groups"
context_object = local.context_object
resource_groups = var.resource_groups
tags = var.tags
}
