feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "incus_storage_pool" "this" {
|
||||
name = var.name
|
||||
driver = var.driver
|
||||
description = var.description
|
||||
project = var.project
|
||||
config = var.config
|
||||
}
|
||||
Reference in New Issue
Block a user