# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: CC-BY-SA-3.0 data "terraform_remote_state" "vpc" { backend = "local" config = { path = "../vpc/terraform.tfstate" } }