This commit is contained in:
gregory hendrickson
2023-03-15 15:10:33 -07:00
parent c15fb6f9f6
commit 4e27db8695

View File

@@ -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
}