]> git.arvados.org - arvados.git/blob - tools/salt-install/terraform/aws/data-storage/data.tf
21224: set project card to only display 3 buttons Arvados-DCO-1.1-Signed-off-by:...
[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 }