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"