terraform-incus/modules/storage_pool/outputs.tf
Ben Vincent cb67816eee feat: initial commit
- have been working on this for some time now
2025-05-30 22:36:55 +10:00

10 lines
224 B
HCL

output "name" {
description = "Name of the storage pool"
value = incus_storage_pool.this.name
}
output "driver" {
description = "Driver used by the storage pool"
value = incus_storage_pool.this.driver
}