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