feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user