cb67816eee
- have been working on this for some time now
10 lines
224 B
Terraform
10 lines
224 B
Terraform
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
|
|
}
|