This commit is contained in:
gregory hendrickson
2023-03-15 15:02:37 -07:00
parent d8ff747842
commit c15fb6f9f6

View File

@@ -6,6 +6,10 @@ module "storage" {
}
output "fancy_store_name" {
value = module.storage.fancy_store_name
}
module "instance" {
source = "./modules/instances"