resource "incus_storage_volume" "this" { name = var.name pool = var.pool type = var.type config = var.config description = var.description content_type = var.content_type }