From 4e27db8695360d34cf8b25acf8f72ed19bfcc40e Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 15:10:33 -0700 Subject: [PATCH] . --- main.tf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.tf b/main.tf index 68da9a8..ecc6437 100644 --- a/main.tf +++ b/main.tf @@ -6,11 +6,7 @@ module "storage" { } -output "fancy_store_name" { - value = module.storage.fancy_store_name -} - module "instance" { source = "./modules/instances" - + fancy_store_name = module.storage.fancy_store_name } \ No newline at end of file