feat(terraform): re-export store path result from all-in-one

This commit is contained in:
Samuel Rounce 2024-01-23 12:05:32 +00:00 committed by GitHub
parent 4c94cecf3d
commit 60d3b38bcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,3 +46,7 @@ module "nixos-rebuild" {
target_host = var.target_host
target_user = var.target_user
}
output "result" {
value = module.system-build.result
}