20482: Re-exports VPC's CIDR.
[arvados.git] / tools / salt-install / terraform / aws / services / data.tf
index 3587f252661409227351e55b9968de22bf27724d..0a5057e0e8822ab3201ce2662192ecc34ef20792 100644 (file)
@@ -28,4 +28,8 @@ data "aws_ami" "debian-11" {
     name   = "virtualization-type"
     values = ["hvm"]
   }
+}
+
+data "aws_vpc" "arvados_vpc" {
+  id = data.terraform_remote_state.vpc.outputs.arvados_vpc_id
 }
\ No newline at end of file