From c15fb6f9f65f32949b12ac0e4902d0285277bfe5 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 15:02:37 -0700 Subject: [PATCH] . --- main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tf b/main.tf index e884bb7..68da9a8 100644 --- a/main.tf +++ b/main.tf @@ -6,6 +6,10 @@ module "storage" { } +output "fancy_store_name" { + value = module.storage.fancy_store_name +} + module "instance" { source = "./modules/instances"