data "terraform_remote_state" "vpc" { backend = "local" config = { path = "${path.module}/../../Network/LabVpc/terraform.tfstate" } }