cb67816eee
- have been working on this for some time now
5 lines
110 B
Terraform
5 lines
110 B
Terraform
output "name" {
|
|
description = "Name of the storage volume"
|
|
value = incus_storage_volume.this.name
|
|
}
|