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

8 lines
180 B
HCL

resource "incus_storage_pool" "this" {
name = var.name
driver = var.driver
description = var.description
project = var.project
config = var.config
}