21700: Install Bundler system-wide in Rails postinst
[arvados.git] / tools / salt-install / terraform / aws / data-storage / data.tf
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: CC-BY-SA-3.0
4
5 data "terraform_remote_state" "vpc" {
6   backend = "local"
7   config = {
8     path = "../vpc/terraform.tfstate"
9   }
10 }