20482: Allows the site admin to customize tags applied to every resource.
[arvados.git] / tools / salt-install / terraform / aws / vpc / outputs.tf
index ca11f5d0d87a760c1012c26ed9f64af5e0e32262..b7974bd1595550d5e728ad2c293534ae388f7daa 100644 (file)
@@ -77,3 +77,7 @@ output "cluster_name" {
 output "domain_name" {
   value = var.domain_name
 }
+
+output "custom_tags" {
+  value = var.custom_tags
+}