20482: Allows the site admin to customize tags applied to every resource.
[arvados.git] / tools / salt-install / terraform / aws / data-storage / locals.tf
index 5b9f68969e0756702f892c3dcd8c59dee484cfc1..f8d611400fc2a0ea0500a2173096fe627f2c03d0 100644 (file)
@@ -5,4 +5,5 @@
 locals {
   region_name = data.terraform_remote_state.vpc.outputs.region_name
   cluster_name = data.terraform_remote_state.vpc.outputs.cluster_name
+  custom_tags = data.terraform_remote_state.vpc.outputs.custom_tags
 }